C# Class Unity.IL2CPP.Marshaling.BodyWriters.NativeToManaged.ReversePInvokeMethodBodyWriter

Inheritance: NativeToManagedInteropMethodBodyWriter
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Create ( MethodReference managedMethod ) : ReversePInvokeMethodBodyWriter

Private Methods

Method Description
GetCallingConvention ( ) : string
ReversePInvokeMethodBodyWriter ( MethodReference managedMethod, MethodReference interopMethod, bool useUnicodeCharset ) : Mono.Cecil

Method Details

Create() public static method

public static Create ( MethodReference managedMethod ) : ReversePInvokeMethodBodyWriter
managedMethod Mono.Cecil.MethodReference
return ReversePInvokeMethodBodyWriter