Partager via


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 and 4.1.

See Also

Reference

Assembly Class
Assembly Members
System.Reflection Namespace