Share via


Modules View (System_Runtime)

Contains instances of common language runtime (CLR) modules. A module is a single file that contains executable content.

Fields

The following table lists the fields in the Modules view.

Column Type Required Description

Id

bigint

yes

The identifier of the module.

Assembly

bigint

yes

The assembly that contains the module. A module can exist only in a single Assembly. References the [System_Runtime].[Assemblies] view.

Attributes

nvarchar(max)

The custom attributes for the module.

EntryMethod

bigint

The main method or entry point for the module. References the [System_Runtime].[Methods] view.

Folder

int

yes

The “Oslo” repository Folder associated with the module. References the [Repository.Item].[Folders] view. (Default = 100)

Name

nvarchar(max)

yes

The name of the module.

Version

uniqueidentifier

yes

A GUID that uniquely identifies the module.

Remarks

The following views reference the [System_Runtime].[Modules] view.

See Also

Reference

System_Runtime Views
System_Runtime Schema

Send comments about this topic to Microsoft.