In This Article

IModuleReference Interface

Provides the base requirements of a module.

public interface IModuleReference : IReflectionDefinition

Properties

IsBuiltin

Indicates whether the module is built-in.

bool IsBuiltin { get; }

Property Value

bool

PackagePath

The file system path of the package that contains the module.

string? PackagePath { get; }

Property Value

string

Path

The full file system path to the module.

string Path { get; }

Property Value

string

Inherited Members

Extension Methods