Class ModuleInvocationExtensions
Defines some extensions to the ModuleInvocation delegate.
Inherited Members
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> |