C# 클래스 System.Diagnostics.SwitchAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetAll ( Assembly assembly ) : System.Diagnostics.SwitchAttribute[]
GetAll ( System assembly ) : System.Diagnostics.SwitchAttribute[]
SwitchAttribute ( string switchName, Type switchType )
SwitchAttribute ( string switchName, Type switchType ) : System

비공개 메소드들

메소드 설명
GetAllRecursive ( MemberInfo member, List switchAttribs ) : void
GetAllRecursive ( Type type, List switchAttribs ) : void

메소드 상세

GetAll() 공개 정적인 메소드

public static GetAll ( Assembly assembly ) : System.Diagnostics.SwitchAttribute[]
assembly System.Reflection.Assembly
리턴 System.Diagnostics.SwitchAttribute[]

GetAll() 공개 정적인 메소드

public static GetAll ( System assembly ) : System.Diagnostics.SwitchAttribute[]
assembly System
리턴 System.Diagnostics.SwitchAttribute[]

SwitchAttribute() 공개 메소드

public SwitchAttribute ( string switchName, Type switchType )
switchName string
switchType System.Type

SwitchAttribute() 공개 메소드

public SwitchAttribute ( string switchName, Type switchType ) : System
switchName string
switchType System.Type
리턴 System