C# Class System.Resources.Win32VersionResource

Inheritance: Win32Resource
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
WellKnownProperties string[]

Méthodes publiques

Méthode Description
Win32VersionResource ( int id, int language, bool compilercontext ) : System
WriteTo ( Stream ms ) : void
this ( string key ) : string

Private Methods

Méthode Description
emit_padding ( BinaryWriter w ) : void
patch_length ( BinaryWriter w, long len_pos ) : void

Method Details

Win32VersionResource() public méthode

public Win32VersionResource ( int id, int language, bool compilercontext ) : System
id int
language int
compilercontext bool
Résultat System

WriteTo() public méthode

public WriteTo ( Stream ms ) : void
ms Stream
Résultat void

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

WellKnownProperties public_oe property

public string[] WellKnownProperties
Résultat string[]