C# Class P4API.Error

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
CheckId ( ErrorId id ) : int
Clear ( ) : void
Dispose ( ) : void
Dump ( string trace ) : void
Error ( ) : System
Fmt ( StrBuf buf ) : void
Fmt ( StrBuf buf, int opts ) : void
FmtSeverity ( ) : string
GetDict ( ) : StrDict
GetGeneric ( ) : int
GetId ( int i ) : ErrorId
GetSeverity ( ) : int
IsError ( ) : int
IsFatal ( ) : int
IsInfo ( ) : int
IsWarning ( ) : int
Marshall0 ( StrBuf arg0 ) : void
Marshall1 ( StrDict arg0 ) : void
Marshall2 ( StrBuf arg0 ) : void
Net ( string op, string arg ) : void
Set ( ErrorId id ) : Error
Set ( ErrorSeverity s, string fmt ) : Error
Snap ( ) : void
Sys ( string op, string arg ) : void
Test ( ) : int
UnMarshall0 ( StrPtr arg0 ) : void
UnMarshall1 ( StrDict arg0 ) : void
UnMarshall2 ( StrPtr arg0 ) : void

Private Methods

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

Method Details

CheckId() public method

public CheckId ( ErrorId id ) : int
id ErrorId
return int

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dump() public method

public Dump ( string trace ) : void
trace string
return void

Error() public method

public Error ( ) : System
return System

Fmt() public method

public Fmt ( StrBuf buf ) : void
buf StrBuf
return void

Fmt() public method

public Fmt ( StrBuf buf, int opts ) : void
buf StrBuf
opts int
return void

FmtSeverity() public method

public FmtSeverity ( ) : string
return string

GetDict() public method

public GetDict ( ) : StrDict
return StrDict

GetGeneric() public method

public GetGeneric ( ) : int
return int

GetId() public method

public GetId ( int i ) : ErrorId
i int
return ErrorId

GetSeverity() public method

public GetSeverity ( ) : int
return int

IsError() public method

public IsError ( ) : int
return int

IsFatal() public method

public IsFatal ( ) : int
return int

IsInfo() public method

public IsInfo ( ) : int
return int

IsWarning() public method

public IsWarning ( ) : int
return int

Marshall0() public method

public Marshall0 ( StrBuf arg0 ) : void
arg0 StrBuf
return void

Marshall1() public method

public Marshall1 ( StrDict arg0 ) : void
arg0 StrDict
return void

Marshall2() public method

public Marshall2 ( StrBuf arg0 ) : void
arg0 StrBuf
return void

Net() public method

public Net ( string op, string arg ) : void
op string
arg string
return void

Set() public method

public Set ( ErrorId id ) : Error
id ErrorId
return Error

Set() public method

public Set ( ErrorSeverity s, string fmt ) : Error
s ErrorSeverity
fmt string
return Error

Snap() public method

public Snap ( ) : void
return void

Sys() public method

public Sys ( string op, string arg ) : void
op string
arg string
return void

Test() public method

public Test ( ) : int
return int

UnMarshall0() public method

public UnMarshall0 ( StrPtr arg0 ) : void
arg0 StrPtr
return void

UnMarshall1() public method

public UnMarshall1 ( StrDict arg0 ) : void
arg0 StrDict
return void

UnMarshall2() public method

public UnMarshall2 ( StrPtr arg0 ) : void
arg0 StrPtr
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool