Interface ISharedCSharpResourceImpl
Namespace: AltV.Net.Shared
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedCSharpResourceImpl
Methods
| Improve this Doc View SourceCreateInvoker(MValueFunctionCallback)
Declaration
IntPtr CreateInvoker(MValueFunctionCallback function)
Parameters
| Type | Name | Description |
|---|---|---|
| MValueFunctionCallback | function |
Returns
| Type | Description |
|---|---|
| IntPtr |
DestroyInvoker(IntPtr)
Declaration
void DestroyInvoker(IntPtr invoker)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | invoker |