C# Class System.Resources.Win32VersionResource

Inheritance: Win32Resource
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
WellKnownProperties string[]

Public Methods

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

Private Methods

Method Description
emit_padding ( BinaryWriter w ) : void
patch_length ( BinaryWriter w, long len_pos ) : void

Method Details

Win32VersionResource() public method

public Win32VersionResource ( int id, int language, bool compilercontext ) : System
id int
language int
compilercontext bool
return System

WriteTo() public method

public WriteTo ( Stream ms ) : void
ms Stream
return void

this() public method

public this ( string key ) : string
key string
return string

Property Details

WellKnownProperties public_oe property

public string[] WellKnownProperties
return string[]