Show / Hide Table of Contents

Interface IInteropModule

An interface implemented by modules for sharing information between assemblies that do not strongly reference each other.

Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public interface IInteropModule

Properties

View Source

Message

A description of the module that can be recognized by consumers.

Declaration
string Message { get; }
Property Value
Type Description
string

Methods

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
bool TryGetProperty<T>(string propertyName, out T? value)
Parameters
Type Name Description
string propertyName
T value
Returns
Type Description
bool
Type Parameters
Name Description
T

Extension Methods

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