Class ModuleInvocationExtensions

Defines some extensions to the ModuleInvocation delegate.

Inheritance
Object
ModuleInvocationExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Solti.Utils.Rpc.Internals
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public static class ModuleInvocationExtensions

Methods

GetRelatedModules(ModuleInvocation)

Gets the registered modules related to this ModuleInvocation instance.

Declaration
public static IReadOnlyList<Type> GetRelatedModules(this ModuleInvocation src)
Parameters
Type Name Description
ModuleInvocation src
Returns
Type Description
IReadOnlyList<Type>
In This Article
Back to top Generated by DocFX