C# Class Exrin.Common.AssemblyHelper

Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
GetTypes ( AssemblyName name, Type @interface ) : IList
GetTypes ( Type appType, Type @interface ) : IList

Method Details

GetTypes() public static méthode

public static GetTypes ( AssemblyName name, Type @interface ) : IList
name System.Reflection.AssemblyName
@interface System.Type
Résultat IList

GetTypes() public static méthode

public static GetTypes ( Type appType, Type @interface ) : IList
appType System.Type
@interface System.Type
Résultat IList