C# Class NTRDebuggerTool.Forms.MainFormThreadEventDispatcher

Afficher le fichier Open project: valarnin/NTRRemoteDebugger Class Usage Examples

Méthodes publiques

Свойство Type Description
RefreshValueAddresses ConcurrentQueue

Private Methods

Méthode 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
Résultat ConcurrentQueue