Type Element (ClrAssemblyFile) (ASSL)
Specifies the file type of one of the files that belong to a Microsoft .NET Framework assembly.
Syntax
<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. |
Remarks
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.