Represents summary information for one assembly and type that is referenced by using an Assembly XML element, part of a ViewAssemblyDescription XML element in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As AssemblyDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("AssemblyDescription", IsNullable:=False)> _
Public Class AssemblyDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("AssemblyDescription", IsNullable=false)] 
public class AssemblyDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"AssemblyDescription", IsNullable=false)] 
public ref class AssemblyDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("AssemblyDescription", IsNullable=false) */ 
public class AssemblyDescription
JScript
SerializableAttribute 
XmlRootAttribute("AssemblyDescription", IsNullable=false) 
public class AssemblyDescription

Remarks

The use of the Assembly XML element is illustrated in Configuration Manager Console Node XML.


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.AssemblyDescription
     Microsoft.ConfigurationManagement.AdminConsole.Schema.ViewAssemblyDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also