Class GCHandle<T>
Generic version of structure GCHandle.
public class GCHandle<T> : Wrapper<GCHandle>, ICloneable<Wrapper<GCHandle>>, ICloneable, IEquatable<Wrapper<GCHandle>>, IComparable<Wrapper<GCHandle>>, IComparable, IDisposable
Type Parameters
T
- Inheritance
-
GCHandle<T>
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the GCHandle<T> class.
Constructors
GCHandle(byte[], GCHandleType)
Initializes a new instance of the GCHandle<T> class.
public GCHandle(byte[] value, GCHandleType type = GCHandleType.Pinned)
Parameters
value
byte[]The native value.
type
GCHandleTypeOne of the GCHandleType values, indicating the type of GCHandle to create.
GCHandle(GCHandle)
Generic version of structure GCHandle.
public GCHandle(GCHandle handle)
Parameters
handle
GCHandle
Remarks
Initializes a new instance of the GCHandle<T> class.
GCHandle(T, GCHandleType, int?)
Initializes a new instance of the GCHandle<T> class.
public GCHandle(T value, GCHandleType type, int? size)
Parameters
value
TThe native value.
type
GCHandleTypeOne of the GCHandleType values, indicating the type of GCHandle to create.
size
int?Size of the
value
.
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override Wrapper<GCHandle> Clone()
Returns
CreatePointer()
Create safe pointer.
public SafePointer CreatePointer()
Returns
DisposeNative()
Disposes the native values.
protected override void DisposeNative()