Table of Contents

Class GCHandleProvider

Namespace
Vintagestory.API.Util
Assembly
VintagestoryAPI.dll
public class GCHandleProvider : IDisposable
Inheritance
GCHandleProvider
Implements
Inherited Members
Extension Methods

Constructors

GCHandleProvider(object)

public GCHandleProvider(object target)

Parameters

target object

Properties

Handle

public GCHandle Handle { get; }

Property Value

GCHandle

Pointer

public nint Pointer { get; }

Property Value

nint

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~GCHandleProvider()

protected ~GCHandleProvider()