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
Показать файл Открыть проект Примеры использования класса

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

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