Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DefinePInvokeMethod() [1/2]

MethodBuilder System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod ( string name,
string dllName,
MethodAttributes attributes,
CallingConventions callingConvention,
Type? returnType,
Type?[] parameterTypes,
CallingConvention nativeCallConv,
CharSet nativeCharSet )
inline

Definition at line 711 of file ModuleBuilder.cs.

712 {
714 }
MethodBuilder DefinePInvokeMethod(string name, string dllName, MethodAttributes attributes, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, CallingConvention nativeCallConv, CharSet nativeCharSet)

References System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod().

Referenced by System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod().