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 public static MethodInfo GetInvokeMethod(
Type type
)
Parameters
- type
- Type: SystemType
Return Value
Type:
MethodInfoSee Also