mscorlib(4.0.0.0) API with additions
RuntimeArgumentHandle.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
public
struct
RuntimeArgumentHandle
8
{
9
private
IntPtr
m_ptr;
10
11
internal
IntPtr
Value => m_ptr;
12
}
13
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.RuntimeArgumentHandle
References a variable-length argument list.
Definition:
RuntimeArgumentHandle.cs:7
System.IntPtr
A platform-specific type that is used to represent a pointer or a handle.
Definition:
IntPtr.cs:14
All cs
System
RuntimeArgumentHandle.cs
Generated by
1.8.15