Returns the content of the log as an array of lines, optionally truncated to the last so-many lines.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string[] GetContent(
int lines
)
Function GetContent (
lines As Integer
) As String()
array<String^>^ GetContent(
int lines
)
abstract GetContent :
lines : int -> string[]
Parameters
- lines
- Type: SystemInt32
The number of tail lines to return or 0 to return all of them.
Return Value
Type:
StringSee Also