Class NativeCaller
Inherited Members
Namespace: RageCoop.Client
Assembly: RageCoop.Client.dll
Syntax
public static class NativeCaller
  Methods
Invoke<R>(Hash, Object[])
Declaration
public static R Invoke<R>(Hash hash, params object[] args)
    where R : struct
  Parameters
| Type | Name | Description | 
|---|---|---|
| Hash | hash | |
| Object[] | args | 
Returns
| Type | Description | 
|---|---|
| R | 
Type Parameters
| Name | Description | 
|---|---|
| R | 
Invoke<R>(UInt64)
Declaration
public static R Invoke<R>(ulong hash)
    where R : struct
  Parameters
| Type | Name | Description | 
|---|---|---|
| UInt64 | hash | 
Returns
| Type | Description | 
|---|---|
| R | 
Type Parameters
| Name | Description | 
|---|---|
| R |