AssemblyGetExecutingAssembly Method |
Gets the assembly that contains the code that is currently executing.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Assembly GetExecutingAssembly()
Return Value
Type:
AssemblyThe assembly that contains the code that is currently executing.
See Also