FNF.Utility.BouyomiChanClient.BouyomiChanClient C# (CSharp) Method

BouyomiChanClient() public method

オブジェクト生成。 利用後にはDispose()で開放してください。
public BouyomiChanClient ( ) : System
return System
        public BouyomiChanClient()
        {
            ClientChannel = new IpcClientChannel();
            ChannelServices.RegisterChannel(ClientChannel, false);
            RemotingObject = (BouyomiChanRemoting)Activator.GetObject(typeof(BouyomiChanRemoting), "ipc://BouyomiChan/Remoting");
        }