Search Results for

    Show / Hide Table of Contents

    Class NativeCaller

    Inheritance
    Object
    NativeCaller
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    In This Article
    Back to top Generated by DocFX