Class DisposableCom
A factory for IDisposableCom
Inheritance
System.Object
DisposableCom
Namespace: Dapplo.Windows.Com
Assembly: Dapplo.Windows.Com.dll
Syntax
public static class DisposableCom : object
Methods
| Improve this Doc View SourceCreate<T>(T)
Create a ComDisposable for the supplied type object
Declaration
public static IDisposableCom<T> Create<T>(T obj)
Parameters
Type | Name | Description |
---|---|---|
T | obj | Instance of T |
Returns
Type | Description |
---|---|
IDisposableCom<T> | IDisposableCom of type T |
Type Parameters
Name | Description |
---|---|
T | Type of the COM Object to create |