Class Module
Inheritance
System.Object
Module
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Loader
Assembly: Snowflake.Framework.dll
Syntax
public class Module : IModule
Constructors
Module(String, String, String, String, String, DirectoryInfo, Version)
Declaration
public Module(string name, string displayName, string entry, string loader, string author, DirectoryInfo moduleDirectory, Version version)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | displayName | |
| System.String | entry | |
| System.String | loader | |
| System.String | author | |
| System.IO.DirectoryInfo | moduleDirectory | |
| System.Version | version |
Properties
Author
Declaration
public string Author { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ContentsDirectory
Declaration
public DirectoryInfo ContentsDirectory { get; }
Property Value
| Type | Description |
|---|---|
| System.IO.DirectoryInfo |
DisplayName
Declaration
public string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Entry
Declaration
public string Entry { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Loader
Declaration
public string Loader { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ModuleDirectory
Declaration
public DirectoryInfo ModuleDirectory { get; }
Property Value
| Type | Description |
|---|---|
| System.IO.DirectoryInfo |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public Version Version { get; }
Property Value
| Type | Description |
|---|---|
| System.Version |