Class ModuleInfo
Represents a module info.
public sealed class ModuleInfo
- Inheritance
-
objectModuleInfo
- Extension Methods
Constructors
ModuleInfo(ModuleEntry)
Initializes a new instance of the ModuleInfo class using the specified module.
public ModuleInfo(ModuleEntry module)
Parameters
module
ModuleEntryThe module.
Properties
Module
Gets a module associated with this module info.
public ModuleEntry Module { get; }
Property Value
Name
Gets a module name.
public string Name { get; }
Property Value
- string
Methods
ToString()
Converts the value of this module info to a string.
public override string ToString()
Returns
- string