Class DBusMethodInfoHandle
public abstract class DBusMethodInfoHandle : SafeHandle, IDisposable, IEquatable<DBusMethodInfoHandle>
- Inheritance
-
DBusMethodInfoHandle
- Implements
- Derived
- Inherited Members
Constructors
DBusMethodInfoHandle(bool)
protected DBusMethodInfoHandle(bool ownsHandle)
Parameters
ownsHandlebool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(DBusMethodInfoHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(DBusMethodInfoHandle? other)
Parameters
otherDBusMethodInfoHandleAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetAnnotations()
public DBusAnnotationInfoData[] GetAnnotations()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetInArgs()
public DBusArgInfoData[] GetInArgs()
Returns
GetName()
public nint GetName()
Returns
GetOutArgs()
public DBusArgInfoData[] GetOutArgs()
Returns
GetRefCount()
public int GetRefCount()
Returns
OwnedCopy()
public DBusMethodInfoOwnedHandle OwnedCopy()
Returns
SetAnnotations(DBusAnnotationInfoData[])
public void SetAnnotations(DBusAnnotationInfoData[] value)
Parameters
valueDBusAnnotationInfoData[]
SetInArgs(DBusArgInfoData[])
public void SetInArgs(DBusArgInfoData[] value)
Parameters
valueDBusArgInfoData[]
SetName(nint)
public void SetName(nint value)
Parameters
valuenint
SetOutArgs(DBusArgInfoData[])
public void SetOutArgs(DBusArgInfoData[] value)
Parameters
valueDBusArgInfoData[]
SetRefCount(int)
public void SetRefCount(int value)
Parameters
valueint
UnownedCopy()
public DBusMethodInfoUnownedHandle UnownedCopy()