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!

ProcessModule.EntryPointAddress

Returns the memory address for function that runs when the module is loaded and run.

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

See Also

ProcessModule Class | ProcessModule Members | System.Diagnostics Namespace