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!

Assembly.EntryPoint

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;

Property Value

The entry point of this assembly.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace