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.
Показать файл Открыть проект Примеры использования класса

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