The ComWrapper type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ComWrapper |
Initializes a new instance of the ComWrapper class.
|
Methods
Name | Description | |
---|---|---|
Dispose | Implements IDisposable. | |
Dispose(Boolean) |
Implements the IDisposable pattern.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvokeMethod |
Invokes the method with the specified methodName on the wrapped COM-object.
| |
IsDisposed |
Determines whether this instance is disposed.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Wrapped |
Gets the wrapped COM-object.
|
See Also