C# Class P4API.ErrorId

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ArgCount ( ) : int
Dispose ( ) : void
ErrorId ( ) : System
Generic ( ) : int
Severity ( ) : int
SubCode ( ) : int
Subsystem ( ) : int
UniqueCode ( ) : int

Private Methods

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

Method Details

ArgCount() public method

public ArgCount ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

ErrorId() public method

public ErrorId ( ) : System
return System

Generic() public method

public Generic ( ) : int
return int

Severity() public method

public Severity ( ) : int
return int

SubCode() public method

public SubCode ( ) : int
return int

Subsystem() public method

public Subsystem ( ) : int
return int

UniqueCode() public method

public UniqueCode ( ) : int
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool