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.GetExecutingAssembly

Gets the Assembly that the current code is running from.

[Visual Basic]
Public Shared Function GetExecutingAssembly() As Assembly
[C#]
public static Assembly GetExecutingAssembly();
[C++]
public: static Assembly* GetExecutingAssembly();
[JScript]
public static function GetExecutingAssembly() : Assembly;

Return Value

The assembly that the current code is running from.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace