mscorlib(4.0.0.0) API with additions
IObjectHandle.cs
2 
4 {
6  [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
7  [Guid("C460E2B4-E199-412a-8456-84DC3E4838C3")]
8  [ComVisible(true)]
9  public interface IObjectHandle
10  {
13  object Unwrap();
14  }
15 }
Definition: __Canon.cs:3
Defines the interface for unwrapping marshal-by-value objects from indirection.
Definition: IObjectHandle.cs:9
ComInterfaceType
Identifies how to expose an interface to COM.
object Unwrap()
Unwraps the object.