C# Class Netric.Intercept.Clr.Interceptor

Mostra file Open project: MaciekLesiczka/netric

Public Methods

Method Description
OnEnter ( string method ) : ulong
OnExit ( string method, ulong enterCycle ) : void

Method Details

OnEnter() public static method

public static OnEnter ( string method ) : ulong
method string
return ulong

OnExit() public static method

public static OnExit ( string method, ulong enterCycle ) : void
method string
enterCycle ulong
return void