C# Класс ClrPlus.Core.Extensions.AssemblyExtensions

Extension methods to work with Assemblies.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Assembly() публичный статический Метод

Geths the assembly for a given object.
public static Assembly ( this obj ) : Assembly
obj this The obj.
Результат System.Reflection.Assembly

Comments() публичный статический Метод

public static Comments ( this assembly ) : string
assembly this
Результат string

Company() публичный статический Метод

public static Company ( this assembly ) : string
assembly this
Результат string

Copyright() публичный статический Метод

public static Copyright ( this assembly ) : string
assembly this
Результат string

Description() публичный статический Метод

Extracts the Description of the assembly (DescriptionAttribute)
public static Description ( this assembly ) : string
assembly this The assembly.
Результат string

ExtractFileResource() публичный статический Метод

public static ExtractFileResource ( this assembly, string name ) : string
assembly this
name string
Результат string

ExtractFileResourceToPath() публичный статический Метод

public static ExtractFileResourceToPath ( this assembly, string name, string filePath ) : string
assembly this
name string
filePath string
Результат string

ExtractFileResourceToTemp() публичный статический Метод

public static ExtractFileResourceToTemp ( this assembly, string name ) : string
assembly this
name string
Результат string

Logo() публичный статический Метод

public static Logo ( this assembly ) : string
assembly this
Результат string

ResolveManifestResource() публичный статический Метод

public static ResolveManifestResource ( this assembly, string name, Assembly &actualAssembly ) : string
assembly this
name string
actualAssembly System.Reflection.Assembly
Результат string

SetLogo() публичный статический Метод

public static SetLogo ( this assembly, string logoText ) : void
assembly this
logoText string
Результат void

Title() публичный статический Метод

Extracts the title of an assembly (TitleAttribute)
public static Title ( this assembly ) : string
assembly this The assembly.
Результат string

Version() публичный статический Метод

public static Version ( this assembly ) : string
assembly this
Результат string