An Assembly, that is a reusable, versionable, and self-describing building block of a NGWS application. Assemblies provide the infrastructure needed to allow NGWS runtime to fully understand the contents of an application and to enforce the versioning and dependency rules defined by the application. These concepts are crucial for solving the versioning problem and for simplifying the deployment of NGWS runtime applications.
Object
Assembly
[Visual Basic] Public Class Assembly Implements IEvidenceFactory, ICustomAttributeProvider, _ ISerializable [C#] public class Assembly : IEvidenceFactory, ICustomAttributeProvider, ISerializable [C++] public __gc class Assembly : public IEvidenceFactory, ICustomAttributeProvider, ISerializable [JScript] public class Assembly implements IEvidenceFactory, ICustomAttributeProvider, ISerializable
[To be supplied.]
Namespace: System.Reflection
Assembly: mscorlib.dll