C# Class NTRDebuggerTool.Forms.MainFormThreadEventDispatcher

Exibir arquivo Open project: valarnin/NTRRemoteDebugger Class Usage Examples

Public Properties

Property Type Description
RefreshValueAddresses ConcurrentQueue

Private Methods

Method Description
DoConfig ( ) : void
DoConnect ( ) : void
DoImport ( ) : void
DoOpenProcess ( ) : void
DoPointerSearch ( string TempAddress ) : void
DoSearch ( ) : void
GetMemoryAtAddress ( string ProcessID, string Address, DataTypeExact DataType ) : byte[]
GetMemoryAtAddress ( string ProcessID, uint Address, DataTypeExact DataType ) : byte[]
GetMemoryAtAddress ( uint ProcessID, string Address, DataTypeExact DataType ) : byte[]
GetMemoryAtAddress ( uint ProcessID, uint Address, DataTypeExact DataType ) : byte[]
GetValueForDataType ( DataTypeExact CurrentSelectedDataType, string Value ) : byte[]
MainFormThreadEventDispatcher ( MainForm Form ) : NTRDebuggerTool.Forms.FormEnums
ResolvePointer ( Match Match ) : uint
ThreadEventDispatcher ( ) : void

Property Details

RefreshValueAddresses public_oe property

public ConcurrentQueue RefreshValueAddresses
return ConcurrentQueue