NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessThread.StartAddress

Returns the memory address of the function that was called when the associated thread was started.

[Visual Basic]
Public ReadOnly Property StartAddress As Integer
[C#]
public int StartAddress {get;}
[C++]
public: __property int get_StartAddress();
[JScript]
public function get StartAddress() : int;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace