AlternateMethod Constructor (Type, String, BindingFlags)

Glimpse API

AlternateMethod Constructor (Type, String, BindingFlags) Glimpse API Documentation
Initializes a new instance of the AlternateMethod class.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

protected AlternateMethod(
	Type type,
	string methodName,
	BindingFlags bindingFlags
)
protected AlternateMethod(
	Type type,
	string methodName,
	BindingFlags bindingFlags
)

Parameters

type
Type: OnlineSystem Type
The type.
methodName
Type: OnlineSystem String
Name of the method.
bindingFlags
Type: OnlineSystem.Reflection BindingFlags
The binding flags.
See Also