Read-only. Gets the entry point of this assembly.
[Visual Basic] Public ReadOnly Property EntryPoint As MethodInfo [C#] public MethodInfo EntryPoint {get;} [C++] public: __property MethodInfo* get_EntryPoint(); [JScript] public function get EntryPoint() : MethodInfo;
The entry point of this assembly.
Assembly Class | Assembly Members | System.Reflection Namespace