C# Class System.Resources.Win32Resource

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

Public Methods

Method Description
ToString ( ) : string
WriteTo ( Stream s ) : void

Private Methods

Method Description
Win32Resource ( NameOrId type, NameOrId name, int language ) : System
Win32Resource ( Win32ResourceType type, int name, int language ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

WriteTo() public abstract method

public abstract WriteTo ( Stream s ) : void
s Stream
return void