Class ComWrapper
Static type to simplify creation of ComWrapper{T} instances.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ComWrapperMethods
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 : classParameters
| Type | Name | Description | 
|---|---|---|
| T | wrappingInterface | 
Returns
| Type | Description | 
|---|---|
| ComWrapper<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |