Browse documentation

Class FastAccess

Namespace
HarmonyLib
Assembly
0Harmony.dll

A helper class for fast access to getters and setters

public static class FastAccess
Inheritance
object
FastAccess

Methods

CreateInstantiationHandler<T>()

Creates an instantiation delegate

public static InstantiationHandler<T> CreateInstantiationHandler<T>()

Returns

InstantiationHandler<T>

The new instantiation delegate

Type Parameters

T

Type that constructor creates

Harmony 3 preview

For the stable release, read the 2.x documentation.