5 out of 6 rated this helpful Rate this topic

Assembly Class

Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application.

System.Object
  System.Reflection.Assembly
    System.Reflection.Emit.AssemblyBuilder

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)
[SerializableAttribute]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
public abstract class Assembly : _Assembly, 
	IEvidenceFactory, ICustomAttributeProvider, ISerializable

The Assembly type exposes the following members.

  Name Description
Protected method Assembly Initializes a new instance of the Assembly class.
Top
  Name Description
Public property CodeBase Gets the location of the assembly as specified originally, for example, in an AssemblyName object.
Public property EntryPoint Gets the entry point of this assembly.
Public property EscapedCodeBase Gets the URI, including escape characters, that represents the codebase.
Public property Evidence Gets the evidence for this assembly.
Public property Supported by the XNA Framework Supported by Portable Class Library FullName Gets the display name of the assembly.
Public property GlobalAssemblyCache Gets a value indicating whether the assembly was loaded from the global assembly cache.
Public property HostContext Gets the host context with which the assembly was loaded.
Public property ImageRuntimeVersion Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest.
Public property IsDynamic Gets a value that indicates whether the current assembly was generated dynamically in the current process by using reflection emit.
Public property IsFullyTrusted Gets a value that indicates whether the current assembly is loaded with full trust.
Public property Location Gets the path or UNC location of the loaded file that contains the manifest.
Public property Supported by the XNA Framework Supported by Portable Class Library ManifestModule Gets the module that contains the manifest for the current assembly.
Public property PermissionSet Gets the grant set of the current assembly.
Public property ReflectionOnly Gets a Boolean value indicating whether this assembly was loaded into the reflection-only context.
Public property SecurityRuleSet Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.
Top
  Name Description
Public method Supported by the XNA Framework CreateInstance(String) Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search.
Public method CreateInstance(String, Boolean) Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search.
Public method CreateInstance(String, Boolean, BindingFlags, Binder, Object(), CultureInfo, Object()) Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search and having the specified culture, arguments, and binding and activation attributes.
Public method Static member CreateQualifiedName Creates the name of a type qualified by the display name of its assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library Equals Determines whether this assembly and the specified object are equal. (Overrides Object.Equals(Object).)

In XNA Framework 3.0, this member is inherited from Object.Equals(Object).


In Portable Class Library Portable Class Library, this member is inherited from Object.Equals(Object).
Protected method Supported by the XNA Framework Supported by Portable Class Library Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member GetAssembly Gets the currently loaded assembly in which the specified class is defined.
Public method Static member Supported by the XNA Framework Supported by Portable Class Library GetCallingAssembly Returns the Assembly of the method that invoked the currently executing method.
Public method Supported by the XNA Framework Supported by Portable Class Library GetCustomAttributes(Boolean) Gets all the custom attributes for this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library GetCustomAttributes(Type, Boolean) Gets the custom attributes for this assembly as specified by type.
Public method GetCustomAttributesData Returns information about the attributes that have been applied to the current Assembly, expressed as CustomAttributeData objects.
Public method Static member GetEntryAssembly Gets the process executable in the default application domain. In other application domains, this is the first executable that was executed by AppDomain.ExecuteAssembly.
Public method Static member Supported by the XNA Framework Supported by Portable Class Library GetExecutingAssembly Gets the assembly that contains the code that is currently executing.
Public method GetExportedTypes Gets the public types defined in this assembly that are visible outside the assembly.
Public method GetFile Gets a FileStream for the specified file in the file table of the manifest of this assembly.
Public method GetFiles Gets the files in the file table of an assembly manifest.
Public method GetFiles(Boolean) Gets the files in the file table of an assembly manifest, specifying whether to include resource modules.
Public method Supported by the XNA Framework Supported by Portable Class Library GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode.)

In XNA Framework 3.0, this member is inherited from Object.GetHashCode.


In Portable Class Library Portable Class Library, this member is inherited from Object.GetHashCode.
Public method GetLoadedModules Gets all the loaded modules that are part of this assembly.
Public method GetLoadedModules(Boolean) Gets all the loaded modules that are part of this assembly, specifying whether to include resource modules.
Public method GetManifestResourceInfo Returns information about how the given resource has been persisted.
Public method Supported by the XNA Framework Supported by Portable Class Library GetManifestResourceNames Returns the names of all the resources in this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library GetManifestResourceStream(String) Loads the specified manifest resource from this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library GetManifestResourceStream(Type, String) Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.
Public method GetModule Gets the specified module in this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library GetModules Gets all the modules that are part of this assembly.
Public method GetModules(Boolean) Gets all the modules that are part of this assembly, specifying whether to include resource modules.
Public method Supported by the XNA Framework GetName Gets an AssemblyName for this assembly.
Public method Supported by the XNA Framework GetName(Boolean) Gets an AssemblyName for this assembly, setting the codebase as specified by copiedName.
Public method GetObjectData Gets serialization information with all of the data needed to reinstantiate this assembly.
Public method GetReferencedAssemblies Gets the AssemblyName objects for all the assemblies referenced by this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library GetSatelliteAssembly(CultureInfo) Gets the satellite assembly for the specified culture.
Public method Supported by the XNA Framework Supported by Portable Class Library GetSatelliteAssembly(CultureInfo, Version) Gets the specified version of the satellite assembly for the specified culture.
Public method Supported by the XNA Framework Supported by Portable Class Library GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the XNA Framework Supported by Portable Class Library GetType(String) Gets the Type object with the specified name in the assembly instance.
Public method Supported by the XNA Framework Supported by Portable Class Library GetType(String, Boolean) Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found.
Public method GetType(String, Boolean, Boolean) Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found.
Public method Supported by the XNA Framework Supported by Portable Class Library GetTypes Gets the types defined in this assembly.
Public method Supported by the XNA Framework Supported by Portable Class Library IsDefined Indicates whether or not a specified attribute has been applied to the assembly.
Public method Static member Supported by the XNA Framework Load(AssemblyName) Loads an assembly given its AssemblyName.
Public method Static member Load(Byte()) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the application domain of the caller.
Public method Static member Supported by the XNA Framework Supported by Portable Class Library Load(String) Loads an assembly given the long form of its name.
Public method Static member Load(AssemblyName, Evidence) Obsolete. Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence.
Public method Static member Load(Byte(), Byte()) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols for the assembly. The assembly is loaded into the application domain of the caller.
Public method Static member Load(String, Evidence) Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence.
Public method Static member Load(Byte(), Byte(), Evidence) Obsolete. Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and evidence for the assembly. The assembly is loaded into the application domain of the caller.
Public method Static member Load(Byte(), Byte(), SecurityContextSource) Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and specifying the source for the security context. The assembly is loaded into the application domain of the caller.
Public method Static member LoadFile(String) Loads the contents of an assembly file on the specified path.
Public method Static member LoadFile(String, Evidence) Obsolete. Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence.
Public method Static member Supported by the XNA Framework LoadFrom(String) Loads an assembly given its file name or path.
Public method Static member LoadFrom(String, Evidence) Obsolete. Loads an assembly given its file name or path and supplying security evidence.
Public method Static member LoadFrom(String, Byte(), AssemblyHashAlgorithm) Loads an assembly given its file name or path, hash value, and hash algorithm.
Public method Static member LoadFrom(String, Evidence, Byte(), AssemblyHashAlgorithm) Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm.
Public method LoadModule(String, Byte()) Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file.
Public method LoadModule(String, Byte(), Byte()) Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. The raw bytes representing the symbols for the module are also loaded.
Public method Static member LoadWithPartialName(String) Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name.
Public method Static member LoadWithPartialName(String, Evidence) Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. The assembly is loaded into the domain of the caller using the supplied evidence.
Protected method Supported by the XNA Framework Supported by Portable Class Library MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member ReflectionOnlyLoad(Byte()) Loads the assembly from a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the reflection-only context of the caller's application domain.
Public method Static member ReflectionOnlyLoad(String) Loads an assembly into the reflection-only context, given its display name.
Public method Static member ReflectionOnlyLoadFrom Loads an assembly into the reflection-only context, given its path.
Public method Supported by the XNA Framework Supported by Portable Class Library ToString Returns the full name of the assembly, also known as the display name. (Overrides Object.ToString.)
Public method Static member UnsafeLoadFrom Loads an assembly into the load-from context, bypassing some security checks.
Top
  Name Description
Public event ModuleResolve Occurs when the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means.
Top
  Name Description
Public operator Static member Equality Indicates whether two Assembly objects are equal.
Public operator Static member Inequality Indicates whether two Assembly objects are not equal.
Top
  Name Description
Explicit interface implemetation Private method _Assembly.GetType Returns the type of the current instance.
Top

Use the Assembly class to load assemblies, to explore the metadata and constituent parts of assemblies, to discover the types contained in assemblies, and to create instances of those types.

To get an array of Assembly objects representing the assemblies currently loaded into an application domain (for example, the default application domain of a simple project), use the AppDomain.GetAssemblies method.

To load assemblies dynamically, the Assembly class provides the following static methods (Shared methods in Visual Basic). Assemblies are loaded into the application domain where the load operation occurs.

  • The recommended way to load assemblies is to use the Load method, which identifies the assembly to be loaded by its display name (for example, "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"). The search for the assembly follows the rules described in How the Runtime Locates Assemblies.

  • The ReflectionOnlyLoad and ReflectionOnlyLoadFrom methods enable you to load an assembly for reflection, but not for execution. For example, an assembly that targets a 64-bit platform can be examined by code that is running on a 32-bit platform.

  • The LoadFile and LoadFrom methods are provided for rare scenarios in which an assembly must be identified by path.

To get an Assembly object for the currently executing assembly, use the GetExecutingAssembly method.

Many members of the Assembly class provide information about an assembly. For example:

  • The GetName method returns an AssemblyName object that provides access to the parts of the assembly display name.

  • The GetCustomAttributes method lists the attributes applied to the assembly.

  • The GetFiles method provides access to the files in the assembly manifest.

  • The GetManifestResourceNames method provides the names of the resources in the assembly manifest.

The GetTypes method lists all the types in the assembly. The GetExportedTypes method lists the types that are visible to callers outside the assembly. The GetType method can be used to search for a particular type in the assembly. The CreateInstance method can be used to search for and create instances of types in the assembly.

For more information on assemblies, see Application Domains and Assemblies.

The following code example shows how to obtain the currently executing assembly, create an instance of a type contained in that assembly, and invoke one of the type's methods with late binding. For this purpose, the code example defines a class named Example, with a method named SampleMethod. The constructor of the class accepts an integer, which is used to compute the return value of the method.

The code example also demonstrates the use of the GetName method to obtain an AssemblyName object that can be used to parse the full name of the assembly. The example displays the version number of the assembly, the CodeBase property, and the EntryPoint property.


using System;
using System.Reflection;
using System.Security.Permissions;

[assembly:AssemblyVersionAttribute("1.0.2000.0")]

public class Example
{
    private int factor;
    public Example(int f)
    {
        factor = f;
    }

    public int SampleMethod(int x) 
    { 
        Console.WriteLine("\nExample.SampleMethod({0}) executes.", x);
        return x * factor;
    }

    public static void Main()
    {
        Assembly assem = Assembly.GetExecutingAssembly();

        Console.WriteLine("Assembly Full Name:");
        Console.WriteLine(assem.FullName);

        // The AssemblyName type can be used to parse the full name.
        AssemblyName assemName = assem.GetName();
        Console.WriteLine("\nName: {0}", assemName.Name);
        Console.WriteLine("Version: {0}.{1}", 
            assemName.Version.Major, assemName.Version.Minor);

        Console.WriteLine("\nAssembly CodeBase:");
        Console.WriteLine(assem.CodeBase);

        // Create an object from the assembly, passing in the correct number
        // and type of arguments for the constructor.
        Object o = assem.CreateInstance("Example", false, 
            BindingFlags.ExactBinding, 
            null, new Object[] { 2 }, null, null);

        // Make a late-bound call to an instance method of the object.    
        MethodInfo m = assem.GetType("Example").GetMethod("SampleMethod");
        Object ret = m.Invoke(o, new Object[] { 42 });
        Console.WriteLine("SampleMethod returned {0}.", ret);

        Console.WriteLine("\nAssembly entry point:");
        Console.WriteLine(assem.EntryPoint);
    }
}

/* This code example produces output similar to the following:

Assembly Full Name:
source, Version=1.0.2000.0, Culture=neutral, PublicKeyToken=null

Name: source
Version: 1.0

Assembly CodeBase:
file:///C:/sdtree/AssemblyClass/cs/source.exe

Example.SampleMethod(42) executes.
SampleMethod returned 84.

Assembly entry point:
Void Main()
 */


.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library
  • SecurityAction.InheritanceDemand  

    for full trust for inheritors. This class cannot be inherited by partially trusted code.

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

This type is thread safe.

Did you find this helpful?
(2000 characters remaining)
Community Content Add
Annotations FAQ