Share via


GetExecutingAssembly Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the assembly that contains the code that is currently executing.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Shared Function GetExecutingAssembly As Assembly
public static Assembly GetExecutingAssembly()
public:
static Assembly^ GetExecutingAssembly()
static member GetExecutingAssembly : unit -> Assembly 
public static function GetExecutingAssembly() : Assembly

Return Value

Type: System.Reflection. . :: . .Assembly
The assembly that contains the code that is currently executing.

.NET Framework Security

See Also

Reference

Assembly Class

System.Reflection Namespace