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

◆ DefineGlobalMethod() [2/3]

MethodBuilder System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod ( string name,
MethodAttributes attributes,
CallingConventions callingConvention,
Type? returnType,
Type?[] requiredReturnTypeCustomModifiers,
Type?[] optionalReturnTypeCustomModifiers,
Type?[] parameterTypes,
Type? requiredParameterTypeCustomModifiers[][],
Type? optionalParameterTypeCustomModifiers[][] )
inline

Definition at line 741 of file ModuleBuilder.cs.

742 {
743 lock (SyncRoot)
744 {
746 }
747 }
MethodBuilder DefineGlobalMethodNoLock(string name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] requiredReturnTypeCustomModifiers, Type[] optionalReturnTypeCustomModifiers, Type[] parameterTypes, Type[][] requiredParameterTypeCustomModifiers, Type[][] optionalParameterTypeCustomModifiers)

References System.Reflection.Emit.ModuleBuilder.DefineGlobalMethodNoLock(), and System.Reflection.Emit.ModuleBuilder.SyncRoot.