C# Class SimpleTest.Net2.TestRecords

Exibir arquivo Open project: Fody/MethodDecorator Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
RecordBody ( string name, string extraInfo = null ) : void
RecordInit ( object instance, string methodName, int argLength ) : void
RecordOnContinuation ( ) : void
RecordOnEntry ( ) : void
RecordOnException ( Type exType, string exMessage ) : void
RecordOnExit ( ) : void

Private Methods

Method Description
Record ( Method method, object args = null ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

RecordBody() public static method

public static RecordBody ( string name, string extraInfo = null ) : void
name string
extraInfo string
return void

RecordInit() public static method

public static RecordInit ( object instance, string methodName, int argLength ) : void
instance object
methodName string
argLength int
return void

RecordOnContinuation() public static method

public static RecordOnContinuation ( ) : void
return void

RecordOnEntry() public static method

public static RecordOnEntry ( ) : void
return void

RecordOnException() public static method

public static RecordOnException ( Type exType, string exMessage ) : void
exType System.Type
exMessage string
return void

RecordOnExit() public static method

public static RecordOnExit ( ) : void
return void