Method | Description | |
---|---|---|
CreateProgIdFromUrl ( ComSpecification specification, string uri ) : string |
Creates a ProgId from a URI
|
|
Delete ( string filePath ) : string |
Deletes the configured endpoints conatined a collection saved on disk.
|
|
Delete ( System.Guid clsid ) : void |
Deletes the pseudoserver from the registry.
|
|
Enumerate ( ) : List |
Returns the UA COM Pseudo-servers registered on the local computer.
|
|
Export ( string filePath ) : void |
Exports COM endpoint configurations to the specified file.
|
|
GetServerHostClsid ( ComSpecification specification ) : System.Guid |
Returns the CLSID of the host process to use for the specification.
|
|
Import ( string filePath ) : string |
Imports the configured endpoints from a collection saved on disk.
|
|
Load ( System.Guid clsid ) : ConfiguredEndpoint |
Loads the endpoint information from the registry.
|
|
Save ( ConfiguredEndpoint endpoint ) : void |
Saves the endpoint information in the registry.
|
Method | Description | |
---|---|---|
DeleteConfiguredEndpointFile ( System.Guid clsid ) : void |
Deletes the file containing the configured endpoint.
|
|
GetDescription ( System.Guid server ) : string |
Returns the description
|
|
LoadConfiguredEndpoint ( System.Guid clsid ) : ConfiguredEndpoint |
Reads the UA endpoint information associated the CLSID
|
|
LoadConfiguredEndpointFromFile ( System.Guid clsid ) : ConfiguredEndpoint |
Reads the UA endpoint information associated the CLSID
|
|
LoadConfiguredEndpointFromRegistry ( System.Guid clsid ) : ConfiguredEndpoint |
Reads the ConfiguredEndpoint from the registry.
|
|
SaveConfiguredEndpoint ( System.Guid clsid, ConfiguredEndpoint endpoint ) : void |
Saves the UA endpoint information associated the CLSID.
|
|
SaveConfiguredEndpointToFile ( System.Guid clsid, ConfiguredEndpoint endpoint ) : void |
Saves the UA endpoint information associated the CLSID.
|
|
SaveConfiguredEndpointToRegistry ( System.Guid clsid, ConfiguredEndpoint endpoint ) : void |
Saves the ConfiguredEndpoint from the registry.
|
public static CreateProgIdFromUrl ( ComSpecification specification, string uri ) : string | ||
specification | ComSpecification | |
uri | string | |
return | string |
public static Delete ( string filePath ) : string | ||
filePath | string | The file path. |
return | string |
public static Delete ( System.Guid clsid ) : void | ||
clsid | System.Guid | |
return | void |
public static Export ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |
public static GetServerHostClsid ( ComSpecification specification ) : System.Guid | ||
specification | ComSpecification | |
return | System.Guid |
public static Import ( string filePath ) : string | ||
filePath | string | The file path. |
return | string |
public static Load ( System.Guid clsid ) : ConfiguredEndpoint | ||
clsid | System.Guid | |
return | ConfiguredEndpoint |
public static Save ( ConfiguredEndpoint endpoint ) : void | ||
endpoint | ConfiguredEndpoint | |
return | void |