Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.GetPackageFromType Method

Given a type, returns the YetaWF package implementing the type.

Class: YetaWF.Core.Packages.Package
Namespace: YetaWF.Core.Packages
Assembly: YetaWF.Core

Syntax

public static Package GetPackageFromType( Type type );

Parameters

type

The type for which the implementing Package object is to be returned.

Return Value

Returns the Package object.

See Also YetaWF.Core.Packages.Package ClassYetaWF.Core Overview