Click or drag to resize

TypeDefinitionUtilGetInvokeMethod Method

Get the 'Invoke()' method for the specified TypeDefinition.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static MethodDefinition GetInvokeMethod(
	TypeDefinition typeDefinition
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition

Return Value

Type: MethodDefinition
See Also