Type Element (ClrAssemblyFile) (ASSL)

Specifies the file type of one of the files that belong to a .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.

Element Relationships

Relationship Element
Parent element ClrAssemblyFile
Child elements None

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.

See Also

File Element (ASSL)
Files Element (ASSL)
ClrAssembly Data Type (ASSL)
Assembly Element (ASSL)
Assemblies Element (ASSL)
Properties (ASSL)