C# Class PERWAPI.PEResourceData

Inheritance: PEResourceElement
显示文件 Open project: xored/f4

Public Methods

Method Description
PEResourceData ( ) : System

Protected Methods

Method Description
Size ( ) : uint
Write ( BinaryWriter dest, uint RVA ) : void

Method Details

PEResourceData() public method

public PEResourceData ( ) : System
return System

Size() protected method

protected Size ( ) : uint
return uint

Write() protected method

protected Write ( BinaryWriter dest, uint RVA ) : void
dest System.IO.BinaryWriter
RVA uint
return void