C# Class P4API.StrPtr

Inheritance: IDisposable
Show file Open project: csm/monodevelop-perforce Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
StrPtr ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrPtr obj ) : HandleRef

Method Details

Atoi() public method

public Atoi ( ) : int
return int

Atoi() public static method

public static Atoi ( string b ) : int
b string
return int

Atoi64() public method

public Atoi64 ( ) : SWIGTYPE_p_P4INT64
return SWIGTYPE_p_P4INT64

Atoi64() public static method

public static Atoi64 ( string buffer ) : SWIGTYPE_p_P4INT64
buffer string
return SWIGTYPE_p_P4INT64

CCompare() public method

public CCompare ( StrPtr s ) : int
s StrPtr
return int

CCompare() public static method

public static CCompare ( string a, string b ) : int
a string
b string
return int

CaseFolding() public static method

public static CaseFolding ( ) : int
return int

CaseHybrid() public static method

public static CaseHybrid ( ) : int
return int

CaseIgnored() public static method

public static CaseIgnored ( ) : int
return int

CaseUsage() public static method

public static CaseUsage ( ) : StrPtr.CaseUse
return StrPtr.CaseUse

Compare() public method

public Compare ( StrPtr s ) : int
s StrPtr
return int

Contains() public method

public Contains ( StrPtr s ) : string
s StrPtr
return string

Dispose() public method

public Dispose ( ) : void
return void

End() public method

public End ( ) : string
return string

Itoa() public static method

public static Itoa ( int v, string e ) : string
v int
e string
return string

Itoa64() public static method

public static Itoa64 ( SWIGTYPE_p_P4INT64 v, string endbuf ) : string
v SWIGTYPE_p_P4INT64
endbuf string
return string

Length() public method

public Length ( ) : int
return int

SCompare() public method

public SCompare ( StrPtr s ) : int
s StrPtr
return int

SCompare() public static method

public static SCompare ( byte a, byte b ) : int
a byte
b byte
return int

SCompare() public static method

public static SCompare ( string a, string b ) : int
a string
b string
return int

SCompareN() public method

public SCompareN ( StrPtr s ) : int
s StrPtr
return int

SEqual() public static method

public static SEqual ( byte a, byte b ) : int
a byte
b byte
return int

SetCaseFolding() public static method

public static SetCaseFolding ( int c ) : void
c int
return void

SetEnd() public method

public SetEnd ( string p ) : void
p string
return void

SetLength() public method

public SetLength ( ) : void
return void

SetLength() public method

public SetLength ( int len ) : void
len int
return void

StrCat() public method

public StrCat ( string b ) : void
b string
return void

StrCpy() public method

public StrCpy ( string b ) : void
b string
return void

StrPtr() public method

public StrPtr ( ) : System
return System

Text() public method

public Text ( ) : string
return string

Value() public method

public Value ( ) : string
return string

XCompare() public method

public XCompare ( StrPtr s ) : int
s StrPtr
return int

XCompare() public static method

public static XCompare ( string a, string b ) : int
a string
b string
return int

XCompareN() public method

public XCompareN ( StrPtr s ) : int
s StrPtr
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool