mscorlib(4.0.0.0) API with additions
CustomQueryInterfaceMode.cs
1
namespace
System.Runtime.InteropServices
2
{
4
[
Serializable
]
5
[__DynamicallyInvokable]
6
public
enum
CustomQueryInterfaceMode
7
{
10
[__DynamicallyInvokable]
11
Ignore
,
14
[__DynamicallyInvokable]
15
Allow
16
}
17
}
System.Runtime.InteropServices.CustomQueryInterfaceMode
CustomQueryInterfaceMode
Indicates whether the M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System....
Definition:
CustomQueryInterfaceMode.cs:6
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime.InteropServices.CustomQueryInterfaceMode.Ignore
IUnknown::QueryInterface method calls should ignore the T:System.Runtime.InteropServices....
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Runtime.InteropServices
CustomQueryInterfaceMode.cs
Generated by
1.8.15