Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.Create Method

Creates a new module definition. This creates an instance of a module from a known assembly and module type. Applications should not create members using this method. It is reserved for internal functions.

Class: YetaWF.Core.Modules.ModuleDefinition
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public static ModuleDefinition Create(
    string assembly,
    string type );

Parameters

assembly

(not specified)

type

(not specified)

Return Value

(not specified)

See Also YetaWF.Core.Modules.ModuleDefinition ClassYetaWF.Core Overview