C# Class GrayStorm.hierarchyViewer

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: GrayKernel/GrayStorm Class Usage Examples

Public Properties

Property Type Description
savedCachePtr int

Public Methods

Method Description
buildTree ( ) : void
hierarchyViewer ( ) : System
loadhierarchyViewer ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cacheReplacerMethodToolStripMenuItem_Click ( object sender, EventArgs e ) : void
disassembleToolStripMenuItem_Click ( object sender, EventArgs e ) : void
dumpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
getContainedIndex ( ) : int
hierarchyViewer_TN_AfterSelect ( object sender, TreeViewEventArgs e ) : void
hierarchyViewer_selectedConstructor ( ConstructorInfo targetConstructor, TreeNode TN ) : void
hierarchyViewer_selectedMethod ( MethodInfo targetMethod, TreeNode TN ) : void
makeMethodandFunctionList ( TreeNode parent, Type classSelected ) : void
normalToolStripMenuItem_Click ( object sender, EventArgs e ) : void
reDumpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
refreshDomain_BT_Click ( object sender, EventArgs e ) : void
replaceMethodWithCustomCToolStripMenuItem_Click ( object sender, EventArgs e ) : void
restoreMethodToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showILCodeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
withINT3ToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

buildTree() public method

public buildTree ( ) : void
return void

hierarchyViewer() public method

public hierarchyViewer ( ) : System
return System

loadhierarchyViewer() public method

public loadhierarchyViewer ( ) : void
return void

Property Details

savedCachePtr public_oe static_oe property

public static int savedCachePtr
return int