Class InteropModule
Module which provides the default implementation of IInteropModule.
Inheritance
InteropModule
Assembly: ItemChanger.dll
Syntax
public class InteropModule : Module, IInteropModule
Constructors
View Source
InteropModule()
Declaration
Fields
View Source
Properties
Declaration
public Dictionary<string, object?> Properties
Field Value
Properties
View Source
Message
A description of the module that can be recognized by consumers.
Declaration
public string Message { get; set; }
Property Value
Methods
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
View Source
TryGetProperty<T>(string, out T?)
Returns true if the property name corresponds to a non-null value of the specified type, and outputs the casted value.
Declaration
public bool TryGetProperty<T>(string propertyName, out T? value)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
| T |
value |
|
Returns
Type Parameters
View Source
Unload()
Declaration
public override void Unload()
Overrides
Implements
Extension Methods