C# Class System.Reflection.AssemblyExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetExportedTypes ( this assembly ) : System.Type[]
GetModules ( this assembly ) : System.Reflection.Module[]
GetTypes ( this assembly ) : System.Type[]

Method Details

GetExportedTypes() public static méthode

public static GetExportedTypes ( this assembly ) : System.Type[]
assembly this
Résultat System.Type[]

GetModules() public static méthode

public static GetModules ( this assembly ) : System.Reflection.Module[]
assembly this
Résultat System.Reflection.Module[]

GetTypes() public static méthode

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