C# 클래스 P4API.Error

상속: IDisposable
파일 보기 프로젝트 열기: csm/monodevelop-perforce

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Error ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Error obj ) : HandleRef

메소드 상세

CheckId() 공개 메소드

public CheckId ( ErrorId id ) : int
id ErrorId
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dump() 공개 메소드

public Dump ( string trace ) : void
trace string
리턴 void

Error() 공개 메소드

public Error ( ) : System
리턴 System

Fmt() 공개 메소드

public Fmt ( StrBuf buf ) : void
buf StrBuf
리턴 void

Fmt() 공개 메소드

public Fmt ( StrBuf buf, int opts ) : void
buf StrBuf
opts int
리턴 void

FmtSeverity() 공개 메소드

public FmtSeverity ( ) : string
리턴 string

GetDict() 공개 메소드

public GetDict ( ) : StrDict
리턴 StrDict

GetGeneric() 공개 메소드

public GetGeneric ( ) : int
리턴 int

GetId() 공개 메소드

public GetId ( int i ) : ErrorId
i int
리턴 ErrorId

GetSeverity() 공개 메소드

public GetSeverity ( ) : int
리턴 int

IsError() 공개 메소드

public IsError ( ) : int
리턴 int

IsFatal() 공개 메소드

public IsFatal ( ) : int
리턴 int

IsInfo() 공개 메소드

public IsInfo ( ) : int
리턴 int

IsWarning() 공개 메소드

public IsWarning ( ) : int
리턴 int

Marshall0() 공개 메소드

public Marshall0 ( StrBuf arg0 ) : void
arg0 StrBuf
리턴 void

Marshall1() 공개 메소드

public Marshall1 ( StrDict arg0 ) : void
arg0 StrDict
리턴 void

Marshall2() 공개 메소드

public Marshall2 ( StrBuf arg0 ) : void
arg0 StrBuf
리턴 void

Net() 공개 메소드

public Net ( string op, string arg ) : void
op string
arg string
리턴 void

Set() 공개 메소드

public Set ( ErrorId id ) : Error
id ErrorId
리턴 Error

Set() 공개 메소드

public Set ( ErrorSeverity s, string fmt ) : Error
s ErrorSeverity
fmt string
리턴 Error

Snap() 공개 메소드

public Snap ( ) : void
리턴 void

Sys() 공개 메소드

public Sys ( string op, string arg ) : void
op string
arg string
리턴 void

Test() 공개 메소드

public Test ( ) : int
리턴 int

UnMarshall0() 공개 메소드

public UnMarshall0 ( StrPtr arg0 ) : void
arg0 StrPtr
리턴 void

UnMarshall1() 공개 메소드

public UnMarshall1 ( StrDict arg0 ) : void
arg0 StrDict
리턴 void

UnMarshall2() 공개 메소드

public UnMarshall2 ( StrPtr arg0 ) : void
arg0 StrPtr
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool