Type Element (ClrAssemblyFile) (ASSL)
Specifies the file type of one of the files that belong to a Microsoft .NET Framework assembly.
Sintassi
<ClrAssemblyFile>
...
<Type>...</Type>
...
</ClrAssemblyFile>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
String (enumeration) |
Default value |
None |
Cardinality |
1-1: Required element that occurs once and only once. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child elements |
None |
Osservazioni
The value of this element is limited to one of the following strings:
Value | Description |
---|---|
Main |
Specified file is the main file in the assembly. |
Dependent |
Specified file is a dependent file in the assembly. |
Debug |
Specified file contains debugging information. |
The enumeration that corresponds to the allowed values for Type in the Analysis Management Objects (AMO) object model is ClrAssemblyFileType.
The element that corresponds to the parent of Type in the Analysis Management Objects (AMO) object model is ClrAssemblyFile.
Vedere anche
Riferimento
File Element (ASSL)
Files Element (ASSL)
ClrAssembly Data Type (ASSL)
Assembly Element (ASSL)
Assemblies Element (ASSL)
Properties (ASSL)