NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

Assembly Members | System.Reflection Namespace