NewImplementation Method

Glimpse API

IAlternateMethod NewImplementation Method Glimpse API Documentation
New implementation that is called in-place of the the original method.

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

Syntax

void NewImplementation(
	IAlternateMethodContext context
)
void NewImplementation(
	IAlternateMethodContext context
)

Parameters

context
Type: Glimpse.Core.Extensibility IAlternateMethodContext
The context.
Remarks

It is up to this method to call the underlying target method.
See Also