ModuleBuilder.DefineGlobalMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a global method.
Overloads
| Name | Description |
|---|---|
| DefineGlobalMethod(String, MethodAttributes, CallingConventions, Type, Type[]) |
Defines a global method with the specified name, attributes, calling convention, return type, and parameter types. |
| DefineGlobalMethod(String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][]) |
Defines a global method with the specified name, attributes, calling convention, return type, custom modifiers for the return type, parameter types, and custom modifiers for the parameter types. |
| DefineGlobalMethod(String, MethodAttributes, Type, Type[]) |
Defines a global method with the specified name, attributes, return type, and parameter types. |
DefineGlobalMethod(String, MethodAttributes, CallingConventions, Type, Type[])
- Source:
- ModuleBuilder.cs
- Source:
- ModuleBuilder.cs
- Source:
- ModuleBuilder.cs
- Source:
- ModuleBuilder.cs
- Source: