Namespace: MonoSoftware.Web.Workspace
Assembly: MonoSoftware.Web.Workspace (in MonoSoftware.Web.Workspace.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static WebContext GetContext(
	Assembly assembly
)
Visual Basic
Public Shared Function GetContext ( 
	assembly As Assembly
) As WebContext
Visual C++
public:
static WebContext^ GetContext(
	Assembly^ assembly
)
F#
static member GetContext : 
        assembly : Assembly -> WebContext 

Parameters

assembly
Type: System.Reflection..::..Assembly

Return Value

Type: WebContext

See Also