Click or drag to resize

TypeUtilGetInvokeMethod Method

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

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static MethodInfo GetInvokeMethod(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: MethodInfo
See Also