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;
The assembly that the current code is running from.
Assembly Class | Assembly Members | System.Reflection Namespace