Assembly (System.Reflection.Assembly)

Inherits: System.Object

Interfaces: ISerializable, IEvidenceFactory, ICustomAttributeProvider, _Assembly

Derived Types: 1 (Click here to see a list of derived types)

Assembly: mscorlib.dll

Defines an Assembly, which is a reusable, versionable, and self-describing building blockof a common language runtime application.

VB.NET C#

C#

public class Assembly : System.Runtime.Serialization.ISerializable, System.Security.IEvidenceFactory, System.Reflection.ICustomAttributeProvider, System.Runtime.InteropServices._Assembly
{
}

Articles

Get the path to your VB or C# .NET application.

Dim aPath As String Dim aName As String aName = _ System.Reflection.Assembly.GetExecutingAssembly. _ GetModules()(0).FullyQualifiedName aPath ...

Haibo Luo's weblog : IronPython: System.Reflection.Assembly object

IronPython offers a little bit more love to the Assembly object instance: we can directly access the assembly's top-level members (namespace, public type) via the dot operation.

CodeProject: Playing around with System.Reflection.Assembly.LoadFrom ...

Some more or less cool functionality with late binding of assemblies.; Author: Daniel Ch. Bloch (MCSD, MCAD, MCTS); Section: VB.NET; Chapter: Languages

PRB: Access Denied Error When You Make Code Modifications with Index ...

MyWebApp'.
at System.Reflection.Assembly.nLoad(AssemblyName fileName, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint ...

Art Jewelry Magazine - Wirework

File name: 'file:///C:\WINDOWS\TEMP\zigrj-f6.dll' at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint ...

Mono Documentation

Documentation for this section has not yet been entered. Requirements Namespace: System.Reflection Assembly: mscorlib (in mscorlib.dll) Assembly Versions:

Mono Documentation

System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComDefaultInterface(typeof(System.Runtime ...

Assembly Class (System.Reflection)

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

Assembly Class (System.Reflection)

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

System.Reflection.Assembly Class

Base Types Object Assembly. Assembly mscorlib Library RuntimeInfrastructure Summary Defines a Assembly , which is a reusable, versionable, and self-describing building block of an ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support