AlternateMethod Constructor (MethodInfo) | 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
protected AlternateMethod( MethodInfo methodToImplement )
protected AlternateMethod( MethodInfo methodToImplement )
Parameters
- methodToImplement
- Type: System.Reflection MethodInfo
The method to implement.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws an exception if methodToImplement is null. |
See Also