C# Class P4API.StrBuf

Inheritance: StrPtr
Afficher le fichier Open project: csm/monodevelop-perforce Class Usage Examples

Méthodes publiques

Méthode Description
Alloc ( int len ) : string
Append ( StrPtr s ) : void
Append ( string buf ) : void
Append ( string buf, int len ) : void
Clear ( ) : void
Dispose ( ) : void
Extend ( char c ) : void
Extend ( string buf, int len ) : void
Set ( StrPtr s ) : void
Set ( string buf ) : void
Set ( string buf, int len ) : void
StrBuf ( ) : System
StrBuf ( StrBuf s ) : System
StrBuf ( StrPtr s ) : System
StrBuf ( StrRef s ) : System
StrBuf ( string buf ) : System
StringInit ( ) : void
Terminate ( ) : void

Private Methods

Méthode Description
StrBuf ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrBuf obj ) : HandleRef

Method Details

Alloc() public méthode

public Alloc ( int len ) : string
len int
Résultat string

Append() public méthode

public Append ( StrPtr s ) : void
s StrPtr
Résultat void

Append() public méthode

public Append ( string buf ) : void
buf string
Résultat void

Append() public méthode

public Append ( string buf, int len ) : void
buf string
len int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Extend() public méthode

public Extend ( char c ) : void
c char
Résultat void

Extend() public méthode

public Extend ( string buf, int len ) : void
buf string
len int
Résultat void

Set() public méthode

public Set ( StrPtr s ) : void
s StrPtr
Résultat void

Set() public méthode

public Set ( string buf ) : void
buf string
Résultat void

Set() public méthode

public Set ( string buf, int len ) : void
buf string
len int
Résultat void

StrBuf() public méthode

public StrBuf ( ) : System
Résultat System

StrBuf() public méthode

public StrBuf ( StrBuf s ) : System
s StrBuf
Résultat System

StrBuf() public méthode

public StrBuf ( StrPtr s ) : System
s StrPtr
Résultat System

StrBuf() public méthode

public StrBuf ( StrRef s ) : System
s StrRef
Résultat System

StrBuf() public méthode

public StrBuf ( string buf ) : System
buf string
Résultat System

StringInit() public méthode

public StringInit ( ) : void
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void