Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PERWAPI
PEResourceData
C# Class PERWAPI.PEResourceData
Inheritance:
PEResourceElement
Mostra file
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