C# Class P4API.StrPtr

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

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

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

Method Details

Atoi() public méthode

public Atoi ( ) : int
Résultat int

Atoi() public static méthode

public static Atoi ( string b ) : int
b string
Résultat int

Atoi64() public méthode

public Atoi64 ( ) : SWIGTYPE_p_P4INT64
Résultat SWIGTYPE_p_P4INT64

Atoi64() public static méthode

public static Atoi64 ( string buffer ) : SWIGTYPE_p_P4INT64
buffer string
Résultat SWIGTYPE_p_P4INT64

CCompare() public méthode

public CCompare ( StrPtr s ) : int
s StrPtr
Résultat int

CCompare() public static méthode

public static CCompare ( string a, string b ) : int
a string
b string
Résultat int

CaseFolding() public static méthode

public static CaseFolding ( ) : int
Résultat int

CaseHybrid() public static méthode

public static CaseHybrid ( ) : int
Résultat int

CaseIgnored() public static méthode

public static CaseIgnored ( ) : int
Résultat int

CaseUsage() public static méthode

public static CaseUsage ( ) : StrPtr.CaseUse
Résultat StrPtr.CaseUse

Compare() public méthode

public Compare ( StrPtr s ) : int
s StrPtr
Résultat int

Contains() public méthode

public Contains ( StrPtr s ) : string
s StrPtr
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

End() public méthode

public End ( ) : string
Résultat string

Itoa() public static méthode

public static Itoa ( int v, string e ) : string
v int
e string
Résultat string

Itoa64() public static méthode

public static Itoa64 ( SWIGTYPE_p_P4INT64 v, string endbuf ) : string
v SWIGTYPE_p_P4INT64
endbuf string
Résultat string

Length() public méthode

public Length ( ) : int
Résultat int

SCompare() public méthode

public SCompare ( StrPtr s ) : int
s StrPtr
Résultat int

SCompare() public static méthode

public static SCompare ( byte a, byte b ) : int
a byte
b byte
Résultat int

SCompare() public static méthode

public static SCompare ( string a, string b ) : int
a string
b string
Résultat int

SCompareN() public méthode

public SCompareN ( StrPtr s ) : int
s StrPtr
Résultat int

SEqual() public static méthode

public static SEqual ( byte a, byte b ) : int
a byte
b byte
Résultat int

SetCaseFolding() public static méthode

public static SetCaseFolding ( int c ) : void
c int
Résultat void

SetEnd() public méthode

public SetEnd ( string p ) : void
p string
Résultat void

SetLength() public méthode

public SetLength ( ) : void
Résultat void

SetLength() public méthode

public SetLength ( int len ) : void
len int
Résultat void

StrCat() public méthode

public StrCat ( string b ) : void
b string
Résultat void

StrCpy() public méthode

public StrCpy ( string b ) : void
b string
Résultat void

StrPtr() public méthode

public StrPtr ( ) : System
Résultat System

Text() public méthode

public Text ( ) : string
Résultat string

Value() public méthode

public Value ( ) : string
Résultat string

XCompare() public méthode

public XCompare ( StrPtr s ) : int
s StrPtr
Résultat int

XCompare() public static méthode

public static XCompare ( string a, string b ) : int
a string
b string
Résultat int

XCompareN() public méthode

public XCompareN ( StrPtr s ) : int
s StrPtr
Résultat int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool