Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PERWAPI
PEResourceElement
C# Class PERWAPI.PEResourceElement
ファイルを表示
Open project: xored/f4
Class Usage Examples
Public Methods
Method
Description
PEResourceElement
( ) :
System
Protected Methods
Method
Description
Size
( ) :
uint
Write
(
BinaryWriter
dest
,
uint
RVA
) :
void
Method Details
PEResourceElement()
public
method
public
PEResourceElement
( ) :
System
return
System
Size()
protected
abstract
method
protected
abstract
Size
( ) :
uint
return
uint
Write()
protected
abstract
method
protected
abstract
Write
(
BinaryWriter
dest
,
uint
RVA
) :
void
dest
System.IO.BinaryWriter
RVA
uint
return
void