Interface IDisposableCom<T>
A simple com wrapper which helps with "using"
Namespace: Dapplo.Windows.Interop
Assembly: Dapplo.Windows.dll
Syntax
public interface IDisposableCom<out T> : IDisposable
Type Parameters
| Name | Description |
|---|---|
| T | Type to wrap |
Properties
| Improve this Doc View SourceComObject
The actual com object
Declaration
T ComObject { get; }
Property Value
| Type | Description |
|---|---|
| T |