C# Class Jwc.Experiment.DelegatingAssembly

Inheritance: System.Reflection.Assembly
ファイルを表示 Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

Method Description
DelegatingAssembly ( ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetTypes ( ) : System.Type[]

Method Details

DelegatingAssembly() public method

public DelegatingAssembly ( ) : System
return System

GetCustomAttributes() public method

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

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetTypes() public method

public GetTypes ( ) : System.Type[]
return System.Type[]