Class Factory
Static factory to create instances of different objects
Inheritance
object
Factory
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public static class Factory : Object
Methods
CreateComObject(IExtensionManager)
Instance of ICAMAPI_UIDialogsHelper
Declaration
public static ComWrapper<ICAMAPI_UIDialogsHelper> CreateComObject(IExtensionManager extensionManager)
Parameters
Type | Name | Description |
---|---|---|
IExtensionManager | extensionManager | Instance of an extension, so we need extension maanger to ask for it |
Returns
Type | Description |
---|---|
ComWrapper<ICAMAPI_UIDialogsHelper> |
CreateSimplePropIterator(IExtensionManager)
Instance to be provided to CamApiInspectorWindow
Declaration
public static SimplePropIterator CreateSimplePropIterator(IExtensionManager extensionManager)
Parameters
Type | Name | Description |
---|---|---|
IExtensionManager | extensionManager |
Returns
Type | Description |
---|---|
SimplePropIterator |