Information detailing the operational characteristics of a single view assembly, in Configuration Manager 2007, represented by a ViewAssemblyDescription XML element.
The following tables list the members exposed by the ViewAssemblyDescription type.
Public Constructors
| Name | Description | |
|---|---|---|
| ViewAssemblyDescription | Initializes a new instance of ViewAssemblyDescription. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | AssemblyMethod | Gets or sets the method to be called within the assembly. (inherited from AssemblyDescription) | 
| .gif) | 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. (inherited from AssemblyDescription) | 
| .gif) | AssemblyType | Gets or sets the assembly type, consisting of namespace and class, in the format "namespace.class". (inherited from AssemblyDescription) | 
| .gif) | CustomData | Gets or sets custom data stored by using a call to the TryConfigure method of IConsoleView or ViewDescriptionBase. | 
| .gif) | OverridingPropertyName | Gets or sets the name of the overriding property to be called within the assembly. (inherited from AssemblyDescription) | 
Top
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object) | 
| .gif) | GetHashCode | (inherited from Object) | 
| .gif) | GetType | (inherited from Object) | 
| .gif) | IsAssemblyDetailEmpty | Determines whether the information that is contained in the assembly is valid or empty. (inherited from AssemblyDescription) | 
| .gif) .jpeg) | ReferenceEquals | (inherited from Object) | 
| .gif) | 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. (inherited from AssemblyDescription) | 
| .gif) | 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. (inherited from AssemblyDescription) | 
| .gif) | 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. (inherited from AssemblyDescription) | 
| .gif) | ShouldSerializeCustomData | Determines whether the CustomData property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | 
| .gif) | 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. (inherited from AssemblyDescription) | 
| .gif) | ToString | (inherited from Object) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object) | 
| .gif) | MemberwiseClone | (inherited from Object) | 
Top
See Also
Reference
ViewAssemblyDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ViewDescriptionBase Class