C# Class PluginFramework.AddIn.Utility.ReflectionUtil

Afficher le fichier Open project: tianjing/PluginFramework

Méthodes publiques

Méthode Description
GetAssemblyFilename ( Assembly assembly ) : string
GetAssemblyVersion ( Assembly assembly ) : string
GetCustomAttributes ( Assembly assembly, Type attribute ) : PluginFramework.AddIn.Reflection.AttributeInfo[]

Method Details

GetAssemblyFilename() public static méthode

public static GetAssemblyFilename ( Assembly assembly ) : string
assembly System.Reflection.Assembly
Résultat string

GetAssemblyVersion() public static méthode

public static GetAssemblyVersion ( Assembly assembly ) : string
assembly System.Reflection.Assembly
Résultat string

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( Assembly assembly, Type attribute ) : PluginFramework.AddIn.Reflection.AttributeInfo[]
assembly System.Reflection.Assembly
attribute System.Type
Résultat PluginFramework.AddIn.Reflection.AttributeInfo[]