C# Class PEditor.TabItems.DosNtHeader

Interaction logic for DosNtHeader.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: secana/PeNet

Public Methods

Method Description
DosNtHeader ( ) : System.Windows.Controls
SetDosHeader ( PeFile peFile ) : void
SetNtHeader ( PeFile peFile ) : void

Method Details

DosNtHeader() public method

public DosNtHeader ( ) : System.Windows.Controls
return System.Windows.Controls

SetDosHeader() public method

public SetDosHeader ( PeFile peFile ) : void
peFile PeNet.PeFile
return void

SetNtHeader() public method

public SetNtHeader ( PeFile peFile ) : void
peFile PeNet.PeFile
return void