In This Article

IModuleReference Interface

Provides the base requirements of a module.

public interface IModuleReference : IReflectionDefinition

Properties

IsBuiltin

Gets whether the module is built-in.

bool IsBuiltin { get; }

Property Value

bool:

true if the module is built-in; otherwise, false.

PackagePath

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

string PackagePath { get; }

Property Value

string:

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

Path

Gets the full file system path to the module.

string Path { get; }

Property Value

string:

The full file system path to the module.

Inherited Members