Class ComWrapper
Static type to simplify creation of ComWrapper{T} instances.
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ComWrapper : Object
Methods
Create<T>(T?)
Simply creates a new instance of wrapping object for T type object.
Declaration
public static ComWrapper<T> Create<T>(T? wrappingInterface) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| T | wrappingInterface |
Returns
| Type | Description |
|---|---|
| ComWrapper<T> |
Type Parameters
| Name | Description |
|---|---|
| T |