Click or drag to resize
AssemblyGetExecutingAssembly Method
Gets the assembly that contains the code that is currently executing.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Assembly GetExecutingAssembly()

Return Value

Type: Assembly
The assembly that contains the code that is currently executing.
See Also