OpenIDE.EventListener.Instance.Instance C# (CSharp) 메소드

Instance() 공개 메소드

public Instance ( string file, int processID, string key, int port ) : System
file string
processID int
key string
port int
리턴 System
        public Instance(string file, int processID, string key, int port)
        {
            File = file;
            ProcessID = processID;
            Key = key;
            Port = port;
        }