C# 클래스 NRConfigManager.Infrastructure.Cci.CciTypeDetails

상속: CciReferenceDetails, ITypeDetails
파일 보기 프로젝트 열기: Pablissimo/nrconfig 1 사용 예제들

공개 메소드들

메소드 설명
CciTypeDetails ( ITypeDefinition cciType ) : System
Equals ( object obj ) : bool
GetConstructors ( System bindingFlags ) : IEnumerable
GetHashCode ( ) : int
GetMethods ( System bindingFlags ) : IEnumerable
GetNestedTypes ( System bindingFlags ) : IEnumerable
GetProperties ( System bindingFlags ) : IEnumerable
ToString ( ) : string

메소드 상세

CciTypeDetails() 공개 메소드

public CciTypeDetails ( ITypeDefinition cciType ) : System
cciType ITypeDefinition
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetConstructors() 공개 메소드

public GetConstructors ( System bindingFlags ) : IEnumerable
bindingFlags System
리턴 IEnumerable

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetMethods() 공개 메소드

public GetMethods ( System bindingFlags ) : IEnumerable
bindingFlags System
리턴 IEnumerable

GetNestedTypes() 공개 메소드

public GetNestedTypes ( System bindingFlags ) : IEnumerable
bindingFlags System
리턴 IEnumerable

GetProperties() 공개 메소드

public GetProperties ( System bindingFlags ) : IEnumerable
bindingFlags System
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string