Assembly.GetExecutingAssembly Method
Gets the assembly that contains the code that is currently executing.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute(MethodImplOptions.InternalCall)]
public static Assembly GetExecutingAssembly ()
Return Value
An Assembly representing the assembly that contains the code that is currently executing.
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.