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
object
Module
InvalidModule
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public sealed class InvalidModule : Module

Constructors

View Source

InvalidModule()

Declaration
public InvalidModule()

Properties

View Source

DeserializationError

The error thrown during deserialization.

Declaration
public Exception DeserializationError { get; init; }
Property Value
Type Description
Exception
View Source

JSON

The raw data of the module, as a JToken.

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

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX