 | Layout.Compile Method |
Compiles the supplied Layout specification.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void Compile(
string specification
)
Public Sub Compile (
specification As String
)
Parameters
- specification
- Type: System.String
The Layout specification.
Remarks
The specification is composed of a sequence of three or more lines
separeted by a new-line character. The first of these lines
specifies the name of the Layout. The last line specifies the
signature of the Layout. The lines between the first and the last
specify the fields of the Layout.
See Also