Show / Hide Table of Contents

Class InteropModule

Module which provides the default implementation of IInteropModule.

Inheritance
System.Object
Module
InteropModule
Implements
IInteropModule
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 class InteropModule : Module, IInteropModule

Fields

| Improve this Doc View Source

Properties

Declaration
public Dictionary<string, object> Properties
Field Value
Type Description
Dictionary<System.String, System.Object>

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Initialize()

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

TryGetProperty<T>(String, out T)

Declaration
public bool TryGetProperty<T>(string propertyName, out T value)
Parameters
Type Name Description
System.String propertyName
T value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T
| Improve this Doc View Source

Unload()

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

Implements

IInteropModule

Extension Methods

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