AssemblyDescription Members
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.
The following tables list the members exposed by the AssemblyDescription type.
Public Constructors
Name | Description | |
---|---|---|
AssemblyDescription | Initializes a new instance of AssemblyDescription. |
Top
Public Properties
Name | Description | |
---|---|---|
AssemblyMethod | Gets or sets the method to be called within the assembly. | |
AssemblyPath | Gets or sets the directory path to the DLL that will be loaded on demand, if the assembly is not part of the main snap-in assembly. | |
AssemblyType | Gets or sets the assembly type, consisting of namespace and class, in the format "namespace.class". | |
OverridingPropertyName | Gets or sets the name of the overriding property to be called within the assembly. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IsAssemblyDetailEmpty | Determines whether the information that is contained in the assembly is valid or empty. | |
ReferenceEquals | (inherited from Object) | |
ShouldSerializeAssemblyMethod | Determines whether the AssemblyMethod property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeAssemblyPath | Determines whether the AssemblyPath property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeAssemblyType | Determines whether the AssemblyType property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeOverridingPropertyName | Determines whether the OverridingPropertyName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
AssemblyDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ViewAssemblyDescription