mscorlib(4.0.0.0) API with additions
IObjectHandle.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.Remoting
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
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.IObjectHandle
Defines the interface for unwrapping marshal-by-value objects from indirection.
Definition:
IObjectHandle.cs:9
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.InteropServices.ComInterfaceType
ComInterfaceType
Identifies how to expose an interface to COM.
Definition:
ComInterfaceType.cs:7
System.Runtime.Remoting.IObjectHandle.Unwrap
object Unwrap()
Unwraps the object.
All cs
System.Runtime.Remoting
IObjectHandle.cs
Generated by
1.8.15