Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Module.LoadModuleDefinitionAsync Property

Loads a module given the module Guid and returns the module object. It can be cast to a more specific derived type.

Class: YetaWF.Core.IO.Module
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public static Func<Guid,Task<ModuleDefinition?>> LoadModuleDefinitionAsync { get; set; }

See Also YetaWF.Core.IO.Module ClassYetaWF.Core Overview