C# Class Shaspect.MethodExecInfo

Information about current method execution context
Show file Open project: mshmelev/Shaspect Class Usage Examples

Public Methods

Method Description
MethodExecInfo ( object args, MethodBase method ) : System

.ctor

Method Details

MethodExecInfo() public method

.ctor
public MethodExecInfo ( object args, MethodBase method ) : System
args object
method System.Reflection.MethodBase
return System