.NET Framework Class Library
TypeBuilder..::.DefineMethod Method

Adds a method to the type.

Overload List

  NameDescription
Public methodDefineMethod(String, MethodAttributes)Adds a new method to the type, with the specified name and method attributes.
Public methodDefineMethod(String, MethodAttributes, CallingConventions)Adds a new method to the type, with the specified name, method attributes, and calling convention.
Public methodDefineMethod(String, MethodAttributes, Type, array<Type>[]()[])Adds a new method to the type, with the specified name, method attributes, and method signature.
Public methodDefineMethod(String, MethodAttributes, CallingConventions, Type, array<Type>[]()[])Adds a new method to the type, with the specified name, method attributes, calling convention, and method signature.
Public methodDefineMethod(String, MethodAttributes, CallingConventions, Type, array<Type>[]()[], array<Type>[]()[], array<Type>[]()[], array<array<Type>[]()[]>[]()[], array<array<Type>[]()[]>[]()[])Adds a new method to the type, with the specified name, method attributes, calling convention, method signature, and custom modifiers.
Top
See Also

Reference

Tags :


Page view tracker