Search Results for

    Interface InteropSupport.Interface

    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public interface InteropSupport.Interface

    Methods

    CopyMethodInfoStruct(IntPtr)

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

    GetClassPointerForType(Type)

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

    GetIl2CppMethodCallerCount(MethodBase)

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

    IsInheritedFromIl2CppObjectBase(Type)

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

    IsInjectedType(Type)

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

    MethodBaseToIl2CppFieldInfo(MethodBase)

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

    RegisterTypeInIl2CppDomain(Type, bool)

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