Assemblies View (System_Runtime)
Contains instances of common language runtime (CLR) assemblies.
Fields
The following table lists the fields in the Assemblies view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the assembly. |
Attributes |
nvarchar(max) |
The custom attributes of the assembly. |
|
Culture |
nvarchar(85) |
yes |
The LCID identifier for the culture associated with the assembly. (Default = N) |
Documentation |
nvarchar(max) |
The XML Document fragment for the assembly. |
|
Folder |
int |
yes |
The “Oslo” repository Folder associated with the assembly. References the [Repository.Item].[Folders] view. (Default = 100) |
HashAlgorithmId |
int |
yes |
The identifier of a hash algorithm used in the assembly signature. |
IsRetargetable |
bit |
yes |
A bit flag that indicates whether the implementation of this assembly used at run time should match the version at compile time. (Default = 1) |
JITCompileOptimizerEnabled |
bit |
yes |
Reserved for future use. It can indicate that the CIL-to-native-code compiler can generate optimized code. (Default = 1) |
JITCompileTrackingEnabled |
bit |
yes |
Reserved for future use. It can indicate that the CIL-to-native-code compiler should generate a CIL-to-native-code map. (Default = 0) |
MD5Hash |
varbinary(16) |
yes |
The MD5 hash value of the binaries in the assembly. The hashes of multi-module assemblies are XORed together. |
Name |
nvarchar(max) |
yes |
The assembly's strong name. |
PublicKey |
varbinary(max) |
The assembly signature's public key. |
|
SideBySideCompatibility |
smallint |
yes |
A bit flag that indicates whether the assembly is side-by-side compatible. (Default = 1) |
VersionBuild |
int |
yes |
The assembly's build version number. |
VersionMajor |
int |
yes |
The assembly's major version number. |
VersionMinor |
int |
yes |
The assembly's minor version number. |
VersionRevision |
int |
yes |
The assembly's revision version number. |
Remarks
The following views reference the [System_Runtime].[Assemblies] view.