C# Class Endjin.Assembly.ChangeDetection.Infrastructure.TypeHashes

Create a static instance of each class where you want to use tracing. It does basically encapsulate the typename and enables fast trace filters.
Show file Open project: endjin/Endjin.Assembly.ChangeDetection Class Usage Examples

Private Properties

Property Type Description
CheckInput string

Public Methods

Method Description
TypeHashes ( Type t ) : System

Create a TypeHandle which is used by the Tracer class.

TypeHashes ( string typeName ) : System

Initializes a new instance of the TypeHandle class.

Private Methods

Method Description
CheckInput ( Type t ) : string

Method Details

TypeHashes() public method

Create a TypeHandle which is used by the Tracer class.
public TypeHashes ( Type t ) : System
t System.Type Type of your enclosing class.
return System

TypeHashes() public method

Initializes a new instance of the TypeHandle class.
public TypeHashes ( string typeName ) : System
typeName string Name of the type.
return System