C# 클래스 Vestris.ResourceLib.VersionResource

VS_VERSIONINFO This structure depicts the organization of data in a file-version resource. It is the root structure that contains all other file-version information structures. http://msdn.microsoft.com/en-us/library/aa914916.aspx
상속: Resource
파일 보기 프로젝트 열기: dblock/resourcelib 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Return string representation of the version resource.

VersionResource ( ) : System

A new language-netural version resource.

VersionResource ( IntPtr hModule, IntPtr hResource, ResourceId type, ResourceId name, UInt16 language, int size ) : System

An existing version resource.

this ( int index ) : Vestris.ResourceLib.ResourceTableHeader

Returns an entry within this resource table.

this ( string key ) : Vestris.ResourceLib.ResourceTableHeader

Returns an entry within this resource table.

비공개 메소드들

메소드 설명
Read ( IntPtr hModule, IntPtr lpRes ) : IntPtr

Read a version resource from a previously loaded module.

Write ( BinaryWriter w ) : void

Write this version resource to a binary stream.

메소드 상세

ToString() 공개 메소드

Return string representation of the version resource.
public ToString ( ) : string
리턴 string

VersionResource() 공개 메소드

A new language-netural version resource.
public VersionResource ( ) : System
리턴 System

VersionResource() 공개 메소드

An existing version resource.
public VersionResource ( IntPtr hModule, IntPtr hResource, ResourceId type, ResourceId name, UInt16 language, int size ) : System
hModule System.IntPtr Module handle.
hResource System.IntPtr Resource ID.
type ResourceId Resource type.
name ResourceId Resource name.
language System.UInt16 Language ID.
size int Resource size.
리턴 System

this() 공개 메소드

Returns an entry within this resource table.
public this ( int index ) : Vestris.ResourceLib.ResourceTableHeader
index int Entry index.
리턴 Vestris.ResourceLib.ResourceTableHeader

this() 공개 메소드

Returns an entry within this resource table.
public this ( string key ) : Vestris.ResourceLib.ResourceTableHeader
key string Entry key.
리턴 Vestris.ResourceLib.ResourceTableHeader