AlternateMethod Constructor (Type, String, BindingFlags) | Glimpse API Documentation |
Initializes a new instance of the AlternateMethod class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- type
- Type: System Type
The type.
- methodName
- Type: System String
Name of the method.
- bindingFlags
- Type: System.Reflection BindingFlags
The binding flags.
See Also