C# Class P4API.StrDict

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
Clear ( ) : void
CopyVars ( StrDict other ) : void
Dispose ( ) : void
GetVar ( StrPtr var ) : StrPtr
GetVar ( StrPtr var, int x ) : StrPtr
GetVar ( StrPtr var, int x, int y ) : StrPtr
GetVar ( string var ) : StrPtr
GetVar ( string var, Error e ) : StrPtr
GetVar ( int x, StrRef var, StrRef val ) : int
Load ( SWIGTYPE_p_FILE arg0 ) : int
RemoveVar ( string var ) : void
ReplaceVar ( string var, string value ) : void
Save ( SWIGTYPE_p_FILE arg0 ) : int
SetArgv ( string argc ) : void
SetVar ( StrPtr var, StrPtr value ) : void
SetVar ( StrPtr var, int x, StrPtr val ) : void
SetVar ( string var ) : void
SetVar ( string var, StrPtr value ) : void
SetVar ( string var, int value ) : void
SetVar ( string var, int x, StrPtr val ) : void
SetVar ( string var, int x, int y, StrPtr val ) : void
SetVar ( string var, string value ) : void
SetVarV ( string arg ) : void

Private Methods

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyVars() public méthode

public CopyVars ( StrDict other ) : void
other StrDict
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetVar() public méthode

public GetVar ( StrPtr var ) : StrPtr
var StrPtr
Résultat StrPtr

GetVar() public méthode

public GetVar ( StrPtr var, int x ) : StrPtr
var StrPtr
x int
Résultat StrPtr

GetVar() public méthode

public GetVar ( StrPtr var, int x, int y ) : StrPtr
var StrPtr
x int
y int
Résultat StrPtr

GetVar() public méthode

public GetVar ( string var ) : StrPtr
var string
Résultat StrPtr

GetVar() public méthode

public GetVar ( string var, Error e ) : StrPtr
var string
e Error
Résultat StrPtr

GetVar() public méthode

public GetVar ( int x, StrRef var, StrRef val ) : int
x int
var StrRef
val StrRef
Résultat int

Load() public méthode

public Load ( SWIGTYPE_p_FILE arg0 ) : int
arg0 SWIGTYPE_p_FILE
Résultat int

RemoveVar() public méthode

public RemoveVar ( string var ) : void
var string
Résultat void

ReplaceVar() public méthode

public ReplaceVar ( string var, string value ) : void
var string
value string
Résultat void

Save() public méthode

public Save ( SWIGTYPE_p_FILE arg0 ) : int
arg0 SWIGTYPE_p_FILE
Résultat int

SetArgv() public méthode

public SetArgv ( string argc ) : void
argc string
Résultat void

SetVar() public méthode

public SetVar ( StrPtr var, StrPtr value ) : void
var StrPtr
value StrPtr
Résultat void

SetVar() public méthode

public SetVar ( StrPtr var, int x, StrPtr val ) : void
var StrPtr
x int
val StrPtr
Résultat void

SetVar() public méthode

public SetVar ( string var ) : void
var string
Résultat void

SetVar() public méthode

public SetVar ( string var, StrPtr value ) : void
var string
value StrPtr
Résultat void

SetVar() public méthode

public SetVar ( string var, int value ) : void
var string
value int
Résultat void

SetVar() public méthode

public SetVar ( string var, int x, StrPtr val ) : void
var string
x int
val StrPtr
Résultat void

SetVar() public méthode

public SetVar ( string var, int x, int y, StrPtr val ) : void
var string
x int
y int
val StrPtr
Résultat void

SetVar() public méthode

public SetVar ( string var, string value ) : void
var string
value string
Résultat void

SetVarV() public méthode

public SetVarV ( string arg ) : void
arg string
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool