C# 클래스 Simple.Reflection.ClassSignature

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ClassSignature ( Type type ) : System
ClassSignature ( Type type, HashSet namespaces ) : System
InitializeNamespaces ( ) : ClassSignature
MakeImplementingSignature ( ) : string

보호된 메소드들

메소드 설명
EnumerateMethods ( ) : IEnumerable

메소드 상세

ClassSignature() 공개 메소드

public ClassSignature ( Type type ) : System
type System.Type
리턴 System

ClassSignature() 공개 메소드

public ClassSignature ( Type type, HashSet namespaces ) : System
type System.Type
namespaces HashSet
리턴 System

EnumerateMethods() 보호된 메소드

protected EnumerateMethods ( ) : IEnumerable
리턴 IEnumerable

InitializeNamespaces() 공개 메소드

public InitializeNamespaces ( ) : ClassSignature
리턴 ClassSignature

MakeImplementingSignature() 공개 메소드

public MakeImplementingSignature ( ) : string
리턴 string