Méthode | Description | |
---|---|---|
CLSIDFromProgID ( string progID ) : System.Guid |
Looks up the CLSID for the specified prog id on a remote host.
|
|
Connect ( ) : void |
Connects to OPCEnum on the local machine.
|
|
Connect ( string host, |
Connects to OPCEnum on the specified machine.
|
|
CreateServer ( |
Connects to the specified COM server server.
|
|
Disconnect ( ) : void |
Releases the active server.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
EnumerateHosts ( ) : string[] |
Enumerates hosts that may be accessed for server discovery.
|
|
GetAvailableServers ( ) : System.Uri[] |
Returns a list of servers that support the specified specification.
|
|
ParseUrl ( |
Parses the URL and fetches the information about the server.
|
|
ServerFactory ( ) : System |
Initializes an empty instance.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
Méthode | Description | |
---|---|---|
CreateUri ( System.Guid clsid ) : |
Reads the server details from the enumerator.
|
|
Initialize ( ) : void |
Sets private members to default values.
|
|
ReadClasses ( IOPCEnumGUID enumerator ) : List |
Reads the guids from the enumerator.
|
public CLSIDFromProgID ( string progID ) : System.Guid | ||
progID | string | |
Résultat | System.Guid |
public Connect ( string host, |
||
host | string | |
identity | ||
Résultat | void |
public CreateServer ( |
||
uri | ||
identity | ||
Résultat | object |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetAvailableServers ( ) : System.Uri[] | ||
Résultat | System.Uri[] |
public ParseUrl ( |
||
uri | The URI. | |
Résultat |