AssemblyDescription Class
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
'Usage
Dim instance As AssemblyDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("AssemblyDescription", IsNullable:=False)> _
Public Class AssemblyDescription
[SerializableAttribute]
[XmlRootAttribute("AssemblyDescription", IsNullable=false)]
public class AssemblyDescription
[SerializableAttribute]
[XmlRootAttribute(L"AssemblyDescription", IsNullable=false)]
public ref class AssemblyDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("AssemblyDescription", IsNullable=false) */
public class AssemblyDescription
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
Reference
AssemblyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ViewAssemblyDescription