Interface IDotNetObjectWrapper
Assembly object instance interface
Namespace: AssemblyLoaderTypes
Assembly: AssemblyLoaderTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("14534D2B-975F-4922-9767-E43947E6459F")]
public interface IDotNetObjectWrapper
Properties
ObjectType
Gets the return type of this method.
Declaration
string ObjectType { get; }
Property Value
| Type | Description |
|---|---|
| string |
ToString
Returns the value of the primitive object cast to a string value.
Declaration
string ToString { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetIUnknown()
Returns COM object.
Declaration
object GetIUnknown()
Returns
| Type | Description |
|---|---|
| object |