AlternateMethod Constructor (MethodInfo)

Glimpse API

AlternateMethod Constructor (MethodInfo) 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(
	MethodInfo methodToImplement
)
protected AlternateMethod(
	MethodInfo methodToImplement
)

Parameters

methodToImplement
Type: OnlineSystem.Reflection MethodInfo
The method to implement.
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionThrows an exception if methodToImplement is null.
See Also