Back to Harmony

Class FastAccess

docs/api/HarmonyLib.FastAccess.html

2.4.2.0714 B
Original Source

Class FastAccess

A helper class for fast access to getters and setters

Inheritance

System.Object

FastAccess

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
public static class FastAccess

Methods

CreateInstantiationHandler<T>()

Creates an instantiation delegate

Declaration
public static InstantiationHandler<T> CreateInstantiationHandler<T>()
Returns
TypeDescription
InstantiationHandler<T>

The new instantiation delegate

|

Type Parameters
NameDescription
T

Type that constructor creates

|