Class SharedCSharpResourceImpl
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Shared
Assembly: AltV.Net.Shared.dll
Syntax
public class SharedCSharpResourceImpl : ISharedCSharpResourceImpl
Constructors
| Improve this Doc View SourceSharedCSharpResourceImpl(ISharedCore, IntPtr)
Declaration
public SharedCSharpResourceImpl(ISharedCore core, IntPtr nativePointer)
Parameters
Type | Name | Description |
---|---|---|
ISharedCore | core | |
IntPtr | nativePointer |
Fields
| Improve this Doc View Sourcecore
Declaration
protected ISharedCore core
Field Value
Type | Description |
---|---|
ISharedCore |
Methods
| Improve this Doc View SourceCreateInvoker(MValueFunctionCallback)
Declaration
public IntPtr CreateInvoker(MValueFunctionCallback function)
Parameters
Type | Name | Description |
---|---|---|
MValueFunctionCallback | function |
Returns
Type | Description |
---|---|
IntPtr |
DestroyInvoker(IntPtr)
Declaration
public void DestroyInvoker(IntPtr invoker)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | invoker |