C# Class Unity.IL2CPP.ComInterfaceWriter

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
ComInterfaceWriter ( CppCodeWriter writer ) : Mono.Cecil
GetSignature ( MethodReference method, MethodReference interfaceMethod, Unity typeResolver, [ typeName ) : string
WriteComInterfaceFor ( TypeReference type ) : void

Private Methods

Méthode Description
BuildMethodParameterList ( MethodReference interopMethod, MethodReference interfaceMethod, Unity typeResolver, MarshalType marshalType, bool includeTypeNames ) : string
WriteForwardDeclarations ( TypeReference type ) : void

Method Details

ComInterfaceWriter() public méthode

public ComInterfaceWriter ( CppCodeWriter writer ) : Mono.Cecil
writer CppCodeWriter
Résultat Mono.Cecil

GetSignature() public static méthode

public static GetSignature ( MethodReference method, MethodReference interfaceMethod, Unity typeResolver, [ typeName ) : string
method Mono.Cecil.MethodReference
interfaceMethod Mono.Cecil.MethodReference
typeResolver Unity
typeName [
Résultat string

WriteComInterfaceFor() public méthode

public WriteComInterfaceFor ( TypeReference type ) : void
type Mono.Cecil.TypeReference
Résultat void