Click or drag to resize

Stream Class

A stream specification in a Perforce repository.
Inheritance Hierarchy
SystemObject
  Perforce.P4Stream

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public class Stream

The Stream type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFromStreamCmdTaggedOutput
Read the fields from the tagged output of a 'stream' command
Public methodFromStreamsCmdTaggedOutput
Read the fields from the tagged output of a 'streams' command
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Parse the fields from a stream specification
Public methodToString
Convert to specification in server format
(Overrides ObjectToString.)
Top
See Also