C# 클래스 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.
파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckInput string

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CheckInput ( Type t ) : string

메소드 상세

TypeHashes() 공개 메소드

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

TypeHashes() 공개 메소드

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