Perforce API for the .Net CLR P4.Net

P4UnParsedRecordSet Class

This class represents the "unparsed" output from a Perforce command.

For a list of all members of this type, see P4UnParsedRecordSet Members.

System.Object
   P4API.P4BaseRecordSet
      P4API.P4UnParsedRecordSet

[Visual Basic]
Public Class P4UnParsedRecordSet
    Inherits P4BaseRecordSet
    Implements IEnumerable
[C#]
public class P4UnParsedRecordSet : P4BaseRecordSet, IEnumerable

Remarks

In general P4UnParsedRecordSet will return an array of strings which is analagous to a line printed to stdout in p4.exe. Errors and Warnings are stored in the Errors and Warnings properties respectively.

Requirements

Namespace: P4API

Assembly: p4api (in p4api.dll)

See Also

P4UnParsedRecordSet Members | P4API Namespace