Click or drag to resize

LayoutLoaderGetLayout Method

Returns the Layout with the specified name.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Layout GetLayout(
	string name
)

Parameters

name
Type: SystemString
The name of the required Layout.

Return Value

Type: Layout
The Layout with the specified name.
Remarks
If the Layout is not in the cache, it downloads its specification, compiles it, verifies its MD5 signature (checksum), and then stores the resulting Layout in the cache.
See Also