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