docs/api/HarmonyLib.InstantiationHandler-1.html
A constructor delegate type
public delegate T InstantiationHandler<out T>();
| Type | Description |
|---|---|
| T |
An delegate
|
| Name | Description |
|---|---|
| T |
Type that constructor creates
|
public InstantiationHandler(object object, IntPtr method)
| Type | Name | Description |
|---|---|---|
| System.Object | object | |
| System.IntPtr | method |
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
| Type | Name | Description |
|---|---|---|
| System.AsyncCallback | callback | |
| System.Object | object |
| Type | Description |
|---|---|
| System.IAsyncResult |
public virtual T EndInvoke(IAsyncResult result)
| Type | Name | Description |
|---|---|---|
| System.IAsyncResult | result |
| Type | Description |
|---|---|
| T |
public virtual T Invoke()
| Type | Description |
|---|---|
| T |