C# Class ClrPlus.Core.Extensions.AssemblyExtensions

Extension methods to work with Assemblies.
Afficher le fichier Open project: perpetual-motion/clrplus

Méthodes publiques

Méthode Description
Assembly ( this obj ) : Assembly

Geths the assembly for a given object.

Comments ( this assembly ) : string
Company ( this assembly ) : string
Copyright ( this assembly ) : string
Description ( this assembly ) : string

Extracts the Description of the assembly (DescriptionAttribute)

ExtractFileResource ( this assembly, string name ) : string
ExtractFileResourceToPath ( this assembly, string name, string filePath ) : string
ExtractFileResourceToTemp ( this assembly, string name ) : string
Logo ( this assembly ) : string
ResolveManifestResource ( this assembly, string name, Assembly &actualAssembly ) : string
SetLogo ( this assembly, string logoText ) : void
Title ( this assembly ) : string

Extracts the title of an assembly (TitleAttribute)

Version ( this assembly ) : string

Method Details

Assembly() public static méthode

Geths the assembly for a given object.
public static Assembly ( this obj ) : Assembly
obj this The obj.
Résultat System.Reflection.Assembly

Comments() public static méthode

public static Comments ( this assembly ) : string
assembly this
Résultat string

Company() public static méthode

public static Company ( this assembly ) : string
assembly this
Résultat string

Copyright() public static méthode

public static Copyright ( this assembly ) : string
assembly this
Résultat string

Description() public static méthode

Extracts the Description of the assembly (DescriptionAttribute)
public static Description ( this assembly ) : string
assembly this The assembly.
Résultat string

ExtractFileResource() public static méthode

public static ExtractFileResource ( this assembly, string name ) : string
assembly this
name string
Résultat string

ExtractFileResourceToPath() public static méthode

public static ExtractFileResourceToPath ( this assembly, string name, string filePath ) : string
assembly this
name string
filePath string
Résultat string

ExtractFileResourceToTemp() public static méthode

public static ExtractFileResourceToTemp ( this assembly, string name ) : string
assembly this
name string
Résultat string

Logo() public static méthode

public static Logo ( this assembly ) : string
assembly this
Résultat string

ResolveManifestResource() public static méthode

public static ResolveManifestResource ( this assembly, string name, Assembly &actualAssembly ) : string
assembly this
name string
actualAssembly System.Reflection.Assembly
Résultat string

SetLogo() public static méthode

public static SetLogo ( this assembly, string logoText ) : void
assembly this
logoText string
Résultat void

Title() public static méthode

Extracts the title of an assembly (TitleAttribute)
public static Title ( this assembly ) : string
assembly this The assembly.
Résultat string

Version() public static méthode

public static Version ( this assembly ) : string
assembly this
Résultat string