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;
ProcessModule Class | ProcessModule Members | System.Diagnostics Namespace