Show / Hide Table of Contents

Class InvalidModule

Module which failed to deserialize. Contains the raw data of the module and the error which prevented deserialization.

Inheritance
System.Object
Module
InvalidModule
Inherited Members
Module.Name
Module.LoadOnce()
Module.UnloadOnce()
Module.ModuleHandlingProperties
Module.Loaded
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidModule : Module

Properties

| Improve this Doc View Source

DeserializationError

The error thrown during deserialization.

Declaration
public Exception DeserializationError { get; set; }
Property Value
Type Description
Exception
| Improve this Doc View Source

JSON

The raw data of the module, as a JToken.

Declaration
public JToken JSON { get; set; }
Property Value
Type Description
JToken

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
| Improve this Doc View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX