Table of Contents

Class GCHandle<T>

Namespace
Ecng.Interop
Assembly
Ecng.Interop.dll

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 GCHandleType

One 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 T

The native value.

type GCHandleType

One 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

Wrapper<GCHandle>

A new object that is a copy of this instance.

CreatePointer()

Create safe pointer.

public SafePointer CreatePointer()

Returns

SafePointer

SafePointer

DisposeNative()

Disposes the native values.

protected override void DisposeNative()