C# 클래스 ClrPlus.Core.Extensions.AssemblyExtensions

Extension methods to work with Assemblies.
파일 보기 프로젝트 열기: perpetual-motion/clrplus

공개 메소드들

메소드 설명
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