Class HookList
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class HookList
- Inheritance
-
HookList
- Inherited Members
Constructors
HookList()
public HookList()
HookList(HookListOwnedHandle)
public HookList(HookListOwnedHandle handle)
Parameters
handleHookListOwnedHandle
Properties
Handle
public HookListOwnedHandle Handle { get; }
Property Value
HookSize
public uint HookSize { get; set; }
Property Value
IsSetup
public uint IsSetup { get; set; }
Property Value
SeqId
public ulong SeqId { get; set; }
Property Value
Methods
Clear()
public void Clear()
Equals(HookList?)
public bool Equals(HookList? other)
Parameters
otherHookList
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Init(uint)
public void Init(uint hookSize)
Parameters
hookSizeuint
Invoke(bool)
public void Invoke(bool mayRecurse)
Parameters
mayRecursebool
InvokeCheck(bool)
public void InvokeCheck(bool mayRecurse)
Parameters
mayRecursebool
Marshal(bool, HookMarshaller)
public void Marshal(bool mayRecurse, HookMarshaller marshaller)
Parameters
mayRecurseboolmarshallerHookMarshaller
MarshalCheck(bool, HookCheckMarshaller)
public void MarshalCheck(bool mayRecurse, HookCheckMarshaller marshaller)
Parameters
mayRecurseboolmarshallerHookCheckMarshaller