Overload | Description |
---|---|
ServerDescriptor Constructor() | Initializes a new instance of the class. |
ServerDescriptor Constructor(ComClassRegistration) | Initializes a new instance of the class, given a OpcLabs.BaseLib.ComInterop.Database.ComClassRegistration. |
ServerDescriptor Constructor(String,ComClassRegistration) | Initializes a new instance of the class, given the machine name and a OpcLabs.BaseLib.ComInterop.Database.ComClassRegistration. |
ServerDescriptor Constructor(String,Guid) | Initializes a new instance of the class, with specified machine name and object CLSID. |
ServerDescriptor Constructor(String,String) | Initializes a new instance of the class, with specified machine name and object ID. |
ServerDescriptor Constructor(Guid) | Initializes a new instance of the class, with specified object CLSID. |
ServerDescriptor Constructor(String) | Initializes a new instance of the class, with specified server class (ProgID) or a URL string. |
ServerDescriptor Constructor(String,NetworkSecurity) | Initializes a new instance of the class, with specified server class (ProgID) or a URL string, and network security. |
ServerDescriptor Constructor(String,ServerElement) | Initializes a new instance of the class, with specified machine name and ServerElement. |
ServerDescriptor Constructor(ServerDescriptor) | Initializes a new copy of the ServerDescriptor object. |
ServerDescriptor Constructor(ServerElement) | Initializes a new instance of the class, with specified ServerElement. |
ServerDescriptor Constructor(ServerElement,NetworkSecurity) | Initializes a new instance of the class, with specified ServerElement and OpcLabs.BaseLib.Security.NetworkSecurity. |
ServerDescriptor Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |