Interface InteropSupport.Interface
Assembly: RedLoader.dll
Syntax
public interface InteropSupport.Interface
Methods
CopyMethodInfoStruct(IntPtr)
Declaration
IntPtr CopyMethodInfoStruct(IntPtr ptr)
Parameters
Type |
Name |
Description |
IntPtr |
ptr |
|
Returns
GetClassPointerForType(Type)
Declaration
IntPtr GetClassPointerForType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
GetIl2CppMethodCallerCount(MethodBase)
Declaration
int? GetIl2CppMethodCallerCount(MethodBase method)
Parameters
Returns
IsInheritedFromIl2CppObjectBase(Type)
Declaration
bool IsInheritedFromIl2CppObjectBase(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsInjectedType(Type)
Declaration
bool IsInjectedType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
MethodBaseToIl2CppFieldInfo(MethodBase)
Declaration
FieldInfo MethodBaseToIl2CppFieldInfo(MethodBase method)
Parameters
Returns
RegisterTypeInIl2CppDomain(Type, bool)
Declaration
void RegisterTypeInIl2CppDomain(Type type, bool logSuccess)
Parameters
Type |
Name |
Description |
Type |
type |
|
bool |
logSuccess |
|