C# 클래스 P4API.StrPtr

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Atoi ( ) : int
Atoi ( string b ) : int
Atoi64 ( ) : SWIGTYPE_p_P4INT64
Atoi64 ( string buffer ) : SWIGTYPE_p_P4INT64
CCompare ( StrPtr s ) : int
CCompare ( string a, string b ) : int
CaseFolding ( ) : int
CaseHybrid ( ) : int
CaseIgnored ( ) : int
CaseUsage ( ) : StrPtr.CaseUse
Compare ( StrPtr s ) : int
Contains ( StrPtr s ) : string
Dispose ( ) : void
End ( ) : string
Itoa ( int v, string e ) : string
Itoa64 ( SWIGTYPE_p_P4INT64 v, string endbuf ) : string
Length ( ) : int
SCompare ( StrPtr s ) : int
SCompare ( byte a, byte b ) : int
SCompare ( string a, string b ) : int
SCompareN ( StrPtr s ) : int
SEqual ( byte a, byte b ) : int
SetCaseFolding ( int c ) : void
SetEnd ( string p ) : void
SetLength ( ) : void
SetLength ( int len ) : void
StrCat ( string b ) : void
StrCpy ( string b ) : void
StrPtr ( ) : System
Text ( ) : string
Value ( ) : string
XCompare ( StrPtr s ) : int
XCompare ( string a, string b ) : int
XCompareN ( StrPtr s ) : int

비공개 메소드들

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

메소드 상세

Atoi() 공개 메소드

public Atoi ( ) : int
리턴 int

Atoi() 공개 정적인 메소드

public static Atoi ( string b ) : int
b string
리턴 int

Atoi64() 공개 메소드

public Atoi64 ( ) : SWIGTYPE_p_P4INT64
리턴 SWIGTYPE_p_P4INT64

Atoi64() 공개 정적인 메소드

public static Atoi64 ( string buffer ) : SWIGTYPE_p_P4INT64
buffer string
리턴 SWIGTYPE_p_P4INT64

CCompare() 공개 메소드

public CCompare ( StrPtr s ) : int
s StrPtr
리턴 int

CCompare() 공개 정적인 메소드

public static CCompare ( string a, string b ) : int
a string
b string
리턴 int

CaseFolding() 공개 정적인 메소드

public static CaseFolding ( ) : int
리턴 int

CaseHybrid() 공개 정적인 메소드

public static CaseHybrid ( ) : int
리턴 int

CaseIgnored() 공개 정적인 메소드

public static CaseIgnored ( ) : int
리턴 int

CaseUsage() 공개 정적인 메소드

public static CaseUsage ( ) : StrPtr.CaseUse
리턴 StrPtr.CaseUse

Compare() 공개 메소드

public Compare ( StrPtr s ) : int
s StrPtr
리턴 int

Contains() 공개 메소드

public Contains ( StrPtr s ) : string
s StrPtr
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : string
리턴 string

Itoa() 공개 정적인 메소드

public static Itoa ( int v, string e ) : string
v int
e string
리턴 string

Itoa64() 공개 정적인 메소드

public static Itoa64 ( SWIGTYPE_p_P4INT64 v, string endbuf ) : string
v SWIGTYPE_p_P4INT64
endbuf string
리턴 string

Length() 공개 메소드

public Length ( ) : int
리턴 int

SCompare() 공개 메소드

public SCompare ( StrPtr s ) : int
s StrPtr
리턴 int

SCompare() 공개 정적인 메소드

public static SCompare ( byte a, byte b ) : int
a byte
b byte
리턴 int

SCompare() 공개 정적인 메소드

public static SCompare ( string a, string b ) : int
a string
b string
리턴 int

SCompareN() 공개 메소드

public SCompareN ( StrPtr s ) : int
s StrPtr
리턴 int

SEqual() 공개 정적인 메소드

public static SEqual ( byte a, byte b ) : int
a byte
b byte
리턴 int

SetCaseFolding() 공개 정적인 메소드

public static SetCaseFolding ( int c ) : void
c int
리턴 void

SetEnd() 공개 메소드

public SetEnd ( string p ) : void
p string
리턴 void

SetLength() 공개 메소드

public SetLength ( ) : void
리턴 void

SetLength() 공개 메소드

public SetLength ( int len ) : void
len int
리턴 void

StrCat() 공개 메소드

public StrCat ( string b ) : void
b string
리턴 void

StrCpy() 공개 메소드

public StrCpy ( string b ) : void
b string
리턴 void

StrPtr() 공개 메소드

public StrPtr ( ) : System
리턴 System

Text() 공개 메소드

public Text ( ) : string
리턴 string

Value() 공개 메소드

public Value ( ) : string
리턴 string

XCompare() 공개 메소드

public XCompare ( StrPtr s ) : int
s StrPtr
리턴 int

XCompare() 공개 정적인 메소드

public static XCompare ( string a, string b ) : int
a string
b string
리턴 int

XCompareN() 공개 메소드

public XCompareN ( StrPtr s ) : int
s StrPtr
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool