C# Class Jwc.Experiment.DelegatingAssembly

Inheritance: System.Reflection.Assembly
Afficher le fichier Open project: jwChung/Experimentalism Class Usage Examples

Méthodes publiques

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

Method Details

DelegatingAssembly() public méthode

public DelegatingAssembly ( ) : System
Résultat System

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetTypes() public méthode

public GetTypes ( ) : System.Type[]
Résultat System.Type[]