C# Class Unity.IL2CPP.NullMethodCollector

Inheritance: IMethodCollector
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
AddCCWMarshallingFunction ( Mono.Cecil.TypeDefinition type ) : void
AddMethod ( MethodReference method ) : void
AddReversePInvokeWrapper ( MethodReference method ) : void
AddTypeMarshallingFunctions ( Mono.Cecil.TypeDefinition type ) : void
AddWrapperForDelegateFromManagedToNative ( MethodReference method ) : void

Method Details

AddCCWMarshallingFunction() public méthode

public AddCCWMarshallingFunction ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
Résultat void

AddMethod() public méthode

public AddMethod ( MethodReference method ) : void
method Mono.Cecil.MethodReference
Résultat void

AddReversePInvokeWrapper() public méthode

public AddReversePInvokeWrapper ( MethodReference method ) : void
method Mono.Cecil.MethodReference
Résultat void

AddTypeMarshallingFunctions() public méthode

public AddTypeMarshallingFunctions ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
Résultat void

AddWrapperForDelegateFromManagedToNative() public méthode

public AddWrapperForDelegateFromManagedToNative ( MethodReference method ) : void
method Mono.Cecil.MethodReference
Résultat void