LineRecord Constructor

Initializes a new instance of the LineRecord structure that represents a line of text that consists of the specified string.

Namespace: Microsoft.Hpc.Linq
Assembly: Microsoft.Hpc.Linq (in Microsoft.Hpc.Linq.dll)

Usage

'Usage
Dim line As String

Dim instance As New LineRecord(line)

Syntax

'Declaration
Public Sub New ( _
    line As String _
)
public LineRecord (
    string line
)
public:
LineRecord (
    String^ line
)
public LineRecord (
    String line
)
public function LineRecord (
    line : String
)

Parameters

  • line
    A String that specifies the line of text that the new LineRecord object should represent.

Remarks

Platform Note: This constructor was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2) and is not supported in previous versions.

Platforms

Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, with HPC Pack Client Utilities

See Also

Reference

LineRecord Structure
LineRecord Members
Microsoft.Hpc.Linq Namespace
LineRecord
LineRecord

Build Date:

2013-04-22