Search Results for

    Class InteropSupport

    Inheritance
    object
    InteropSupport
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public static class InteropSupport

    Methods

    CopyMethodInfoStruct(IntPtr)

    Declaration
    public static IntPtr CopyMethodInfoStruct(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr
    Returns
    Type Description
    IntPtr

    GetClassPointerForType(Type)

    Declaration
    public static IntPtr GetClassPointerForType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IntPtr

    GetIl2CppMethodCallerCount(MethodBase)

    Declaration
    public static int? GetIl2CppMethodCallerCount(MethodBase method)
    Parameters
    Type Name Description
    MethodBase method
    Returns
    Type Description
    int?

    Il2CppObjectPtrToIl2CppObject<T>(IntPtr)

    Declaration
    public static T Il2CppObjectPtrToIl2CppObject<T>(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    IsGeneratedAssemblyType(Type)

    Declaration
    public static bool IsGeneratedAssemblyType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool

    IsInheritedFromIl2CppObjectBase(Type)

    Declaration
    public static bool IsInheritedFromIl2CppObjectBase(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool

    IsInjectedType(Type)

    Declaration
    public static bool IsInjectedType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool

    MethodBaseToIl2CppFieldInfo(MethodBase)

    Declaration
    public static FieldInfo MethodBaseToIl2CppFieldInfo(MethodBase method)
    Parameters
    Type Name Description
    MethodBase method
    Returns
    Type Description
    FieldInfo

    MethodBaseToIl2CppMethodInfoPointer(MethodBase)

    Declaration
    public static IntPtr MethodBaseToIl2CppMethodInfoPointer(MethodBase method)
    Parameters
    Type Name Description
    MethodBase method
    Returns
    Type Description
    IntPtr

    RegisterTypeInIl2CppDomain(Type)

    Declaration
    public static void RegisterTypeInIl2CppDomain(Type type)
    Parameters
    Type Name Description
    Type type

    RegisterTypeInIl2CppDomain(Type, bool)

    Declaration
    public static void RegisterTypeInIl2CppDomain(Type type, bool logSuccess)
    Parameters
    Type Name Description
    Type type
    bool logSuccess