C# Class Unity.IL2CPP.DefaultRuntimeMetadataAccess

Inheritance: IRuntimeMetadataAccess
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ArrayInfo ( TypeReference elementType ) : string
DefaultRuntimeMetadataAccess ( MethodReference methodReference, MetadataUsage metadataUsage, MethodUsage methodUsage ) : Mono.Cecil
FieldInfo ( FieldReference field ) : string
HiddenMethodInfo ( MethodReference method ) : string
Il2CppTypeFor ( TypeReference type ) : string
Method ( MethodReference genericMethod ) : string
MethodInfo ( MethodReference method ) : string
NeedsBoxingForValueTypeThis ( MethodReference method ) : bool
Newobj ( MethodReference ctor ) : string
SizeOf ( TypeReference type ) : string
StaticData ( TypeReference type ) : string
StringLiteral ( string literal ) : string
TypeInfoFor ( TypeReference type ) : string

Method Details

ArrayInfo() public method

public ArrayInfo ( TypeReference elementType ) : string
elementType Mono.Cecil.TypeReference
return string

DefaultRuntimeMetadataAccess() public method

public DefaultRuntimeMetadataAccess ( MethodReference methodReference, MetadataUsage metadataUsage, MethodUsage methodUsage ) : Mono.Cecil
methodReference Mono.Cecil.MethodReference
metadataUsage MetadataUsage
methodUsage MethodUsage
return Mono.Cecil

FieldInfo() public method

public FieldInfo ( FieldReference field ) : string
field Mono.Cecil.FieldReference
return string

HiddenMethodInfo() public method

public HiddenMethodInfo ( MethodReference method ) : string
method Mono.Cecil.MethodReference
return string

Il2CppTypeFor() public method

public Il2CppTypeFor ( TypeReference type ) : string
type Mono.Cecil.TypeReference
return string

Method() public method

public Method ( MethodReference genericMethod ) : string
genericMethod Mono.Cecil.MethodReference
return string

MethodInfo() public method

public MethodInfo ( MethodReference method ) : string
method Mono.Cecil.MethodReference
return string

NeedsBoxingForValueTypeThis() public method

public NeedsBoxingForValueTypeThis ( MethodReference method ) : bool
method Mono.Cecil.MethodReference
return bool

Newobj() public method

public Newobj ( MethodReference ctor ) : string
ctor Mono.Cecil.MethodReference
return string

SizeOf() public method

public SizeOf ( TypeReference type ) : string
type Mono.Cecil.TypeReference
return string

StaticData() public method

public StaticData ( TypeReference type ) : string
type Mono.Cecil.TypeReference
return string

StringLiteral() public method

public StringLiteral ( string literal ) : string
literal string
return string

TypeInfoFor() public method

public TypeInfoFor ( TypeReference type ) : string
type Mono.Cecil.TypeReference
return string