C# Class Cocoa.Mach

Show file Open project: mono/cocoa-sharp

Private Methods

Method Description
ExceptionHandler ( ) : void
InstallExceptionHandler ( ) : void
RemoveExceptionHandler ( ) : void
TestExceptionHandler ( ) : void
dump ( mach_msg msg, uint size ) : void
getpid ( ) : uint
mach_msg ( mach_msg &msg, uint message_type, uint snd_size, int rcv_size, IntPtr exception_port, int unknown, int mach_port ) : int
mach_port_allocate ( IntPtr mach_task_t, uint mach_port_right_t, IntPtr &exception_port ) : int
mach_port_extract_right ( IntPtr mach_task_t, IntPtr a_exception_port, uint mach_msg_type, IntPtr &b_exception_port, IntPtr &type ) : int
mach_port_insert_right ( IntPtr mach_task_t, IntPtr a_exception_port, IntPtr b_exception_port, uint mach_msg_type ) : int
mach_task_self ( ) : IntPtr
task_for_pid ( IntPtr mach_task_t, uint pid, IntPtr &task ) : int
task_set_exception_ports ( IntPtr mach_task_t, int exception_mask, IntPtr exception_port, int exception_state, int thread_state ) : int