C# Class Qyoto.QDBusError

Inheritance: Object, IDisposable
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
ErrorString ( QDBusError error ) : string
IsValid ( ) : bool
Message ( ) : string
Name ( ) : string
QDBusError ( QDBusError other ) : System
QDBusError ( QDBusError error, string message ) : System
QDBusError ( QDBusMessage msg ) : System
type ( ) : QDBusError.ErrorType

Protected Methods

Method Description
CreateProxy ( ) : void
QDBusError ( Type dummy ) : System

Private Methods

Method Description
QDBusError ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ErrorString() public static method

public static ErrorString ( QDBusError error ) : string
error QDBusError
return string

IsValid() public method

public IsValid ( ) : bool
return bool

Message() public method

public Message ( ) : string
return string

Name() public method

public Name ( ) : string
return string

QDBusError() public method

public QDBusError ( QDBusError other ) : System
other QDBusError
return System

QDBusError() public method

public QDBusError ( QDBusError error, string message ) : System
error QDBusError
message string
return System

QDBusError() public method

public QDBusError ( QDBusMessage msg ) : System
msg QDBusMessage
return System

QDBusError() protected method

protected QDBusError ( Type dummy ) : System
dummy System.Type
return System

type() public method

public type ( ) : QDBusError.ErrorType
return QDBusError.ErrorType

Property Details

interceptor protected property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation