C# Class P4API.StrDict

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method 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

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

Method Details

Clear() public method

public Clear ( ) : void
return void

CopyVars() public method

public CopyVars ( StrDict other ) : void
other StrDict
return void

Dispose() public method

public Dispose ( ) : void
return void

GetVar() public method

public GetVar ( StrPtr var ) : StrPtr
var StrPtr
return StrPtr

GetVar() public method

public GetVar ( StrPtr var, int x ) : StrPtr
var StrPtr
x int
return StrPtr

GetVar() public method

public GetVar ( StrPtr var, int x, int y ) : StrPtr
var StrPtr
x int
y int
return StrPtr

GetVar() public method

public GetVar ( string var ) : StrPtr
var string
return StrPtr

GetVar() public method

public GetVar ( string var, Error e ) : StrPtr
var string
e Error
return StrPtr

GetVar() public method

public GetVar ( int x, StrRef var, StrRef val ) : int
x int
var StrRef
val StrRef
return int

Load() public method

public Load ( SWIGTYPE_p_FILE arg0 ) : int
arg0 SWIGTYPE_p_FILE
return int

RemoveVar() public method

public RemoveVar ( string var ) : void
var string
return void

ReplaceVar() public method

public ReplaceVar ( string var, string value ) : void
var string
value string
return void

Save() public method

public Save ( SWIGTYPE_p_FILE arg0 ) : int
arg0 SWIGTYPE_p_FILE
return int

SetArgv() public method

public SetArgv ( string argc ) : void
argc string
return void

SetVar() public method

public SetVar ( StrPtr var, StrPtr value ) : void
var StrPtr
value StrPtr
return void

SetVar() public method

public SetVar ( StrPtr var, int x, StrPtr val ) : void
var StrPtr
x int
val StrPtr
return void

SetVar() public method

public SetVar ( string var ) : void
var string
return void

SetVar() public method

public SetVar ( string var, StrPtr value ) : void
var string
value StrPtr
return void

SetVar() public method

public SetVar ( string var, int value ) : void
var string
value int
return void

SetVar() public method

public SetVar ( string var, int x, StrPtr val ) : void
var string
x int
val StrPtr
return void

SetVar() public method

public SetVar ( string var, int x, int y, StrPtr val ) : void
var string
x int
y int
val StrPtr
return void

SetVar() public method

public SetVar ( string var, string value ) : void
var string
value string
return void

SetVarV() public method

public SetVarV ( string arg ) : void
arg string
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool