C# Class GrayStorm.grayStorm

Mostrar archivo Open project: GrayKernel/GrayStorm

Public Properties

Property Type Description
_addrOfConstructor_TB TextBox
_addrOfMethod_TB TextBox
_constructorLabel_TB TextBox
_memoryHijacker memoryHijacker
_methodLabel_TB TextBox

Public Methods

Method Description
grayStorm ( ) : System

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.

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

grayStorm() public method

public grayStorm ( ) : System
return System

Property Details

_addrOfConstructor_TB public_oe static_oe property

public static TextBox _addrOfConstructor_TB
return TextBox

_addrOfMethod_TB public_oe static_oe property

public static TextBox _addrOfMethod_TB
return TextBox

_constructorLabel_TB public_oe static_oe property

public static TextBox _constructorLabel_TB
return TextBox

_memoryHijacker public_oe static_oe property

public static memoryHijacker,GrayStorm _memoryHijacker
return memoryHijacker

_methodLabel_TB public_oe static_oe property

public static TextBox _methodLabel_TB
return TextBox