Class Il2Cpp
Syntax
public static class Il2Cpp
Properties
BigLibIL2Cpp
Declaration
public static NativeProgram BigLibIL2Cpp { get; }
Property Value
Type |
Description |
NativeProgram |
|
BoehmGCProgram
Declaration
public static NativeProgram BoehmGCProgram { get; }
Property Value
Type |
Description |
NativeProgram |
|
Distribution
Declaration
public static IFileBundle Distribution { get; }
Property Value
Type |
Description |
IFileBundle |
|
Il2CppDependencies
Declaration
public static IFileBundle Il2CppDependencies { get; }
Property Value
Type |
Description |
IFileBundle |
|
LibIL2Cpp
Declaration
public static NativeProgram LibIL2Cpp { get; }
Property Value
Type |
Description |
NativeProgram |
|
TinyCorlib
Declaration
public static DotNetAssembly TinyCorlib { get; }
Property Value
Type |
Description |
DotNetAssembly |
|
Methods
AddLibIl2CppAsLibraryFor(NativeProgram)
Declaration
public static void AddLibIl2CppAsLibraryFor(NativeProgram program)
Parameters
Type |
Name |
Description |
NativeProgram |
program |
|
Declaration
public static NPath CopyIL2CPPMetadataFile(NPath destination, DotNetAssembly inputAssembly)
Parameters
Type |
Name |
Description |
NPath |
destination |
|
DotNetAssembly |
inputAssembly |
|
Returns
CreateBoehmGcProgram(NPath)
Declaration
public static NativeProgram CreateBoehmGcProgram(NPath boehmGcRoot)
Parameters
Type |
Name |
Description |
NPath |
boehmGcRoot |
|
Returns
Type |
Description |
NativeProgram |
|
Il2CppTargetDirForAssembly(DotNetAssembly)
Declaration
public static NPath Il2CppTargetDirForAssembly(DotNetAssembly inputAssembly)
Parameters
Type |
Name |
Description |
DotNetAssembly |
inputAssembly |
|
Returns
ManagedDebuggingIsEnabled(NativeProgramConfiguration)
Declaration
public static bool ManagedDebuggingIsEnabled(NativeProgramConfiguration c)
Parameters
Type |
Name |
Description |
NativeProgramConfiguration |
c |
|
Returns
SetupInvocation(DotNetAssembly, DotsRuntimeCSharpProgramConfiguration)
Declaration
public static NPath[] SetupInvocation(DotNetAssembly inputAssembly, DotsRuntimeCSharpProgramConfiguration config)
Parameters
Returns