C# 클래스 P4API.StrBuf

상속: StrPtr
파일 보기 프로젝트 열기: csm/monodevelop-perforce 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
StrBuf ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrBuf obj ) : HandleRef

메소드 상세

Alloc() 공개 메소드

public Alloc ( int len ) : string
len int
리턴 string

Append() 공개 메소드

public Append ( StrPtr s ) : void
s StrPtr
리턴 void

Append() 공개 메소드

public Append ( string buf ) : void
buf string
리턴 void

Append() 공개 메소드

public Append ( string buf, int len ) : void
buf string
len int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Extend() 공개 메소드

public Extend ( char c ) : void
c char
리턴 void

Extend() 공개 메소드

public Extend ( string buf, int len ) : void
buf string
len int
리턴 void

Set() 공개 메소드

public Set ( StrPtr s ) : void
s StrPtr
리턴 void

Set() 공개 메소드

public Set ( string buf ) : void
buf string
리턴 void

Set() 공개 메소드

public Set ( string buf, int len ) : void
buf string
len int
리턴 void

StrBuf() 공개 메소드

public StrBuf ( ) : System
리턴 System

StrBuf() 공개 메소드

public StrBuf ( StrBuf s ) : System
s StrBuf
리턴 System

StrBuf() 공개 메소드

public StrBuf ( StrPtr s ) : System
s StrPtr
리턴 System

StrBuf() 공개 메소드

public StrBuf ( StrRef s ) : System
s StrRef
리턴 System

StrBuf() 공개 메소드

public StrBuf ( string buf ) : System
buf string
리턴 System

StringInit() 공개 메소드

public StringInit ( ) : void
리턴 void

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void