C# Class System.Reflection.Emit.MonoWin32Resource

Mostra file Open project: mono/mono Class Usage Examples

Public Properties

Property Type Description
data byte[]
lang_id int
res_id int
res_type int

Public Methods

Method Description
MonoWin32Resource ( int res_type, int res_id, int lang_id, byte data ) : System

Method Details

MonoWin32Resource() public method

public MonoWin32Resource ( int res_type, int res_id, int lang_id, byte data ) : System
res_type int
res_id int
lang_id int
data byte
return System

Property Details

data public_oe property

public byte[] data
return byte[]

lang_id public_oe property

public int lang_id
return int

res_id public_oe property

public int res_id
return int

res_type public_oe property

public int res_type
return int