AlternateMethod Constructor (Type, String)

Glimpse API

AlternateMethod Constructor (Type, String) 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
)
protected AlternateMethod(
	Type type,
	string methodName
)

Parameters

type
Type: OnlineSystem Type
The type.
methodName
Type: OnlineSystem String
Name of the method.
See Also