C# 클래스 Jwc.Experiment.DelegatingAssembly

상속: System.Reflection.Assembly
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
DelegatingAssembly ( ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetTypes ( ) : System.Type[]

메소드 상세

DelegatingAssembly() 공개 메소드

public DelegatingAssembly ( ) : System
리턴 System

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetTypes() 공개 메소드

public GetTypes ( ) : System.Type[]
리턴 System.Type[]