C# Class System.Threading.NativeEventCalls

显示文件 Open project: runefs/Marvin Class Usage Examples

Private Methods

Method Description
CloseEvent_internal ( IntPtr handle ) : void
CreateEvent_internal ( bool manual, bool initial, string name, bool &created ) : IntPtr
OpenEvent_internal ( string name, EventWaitHandleRights rights, MonoIOError &error ) : IntPtr
ResetEvent_internal ( IntPtr handle ) : bool
SetEvent_internal ( IntPtr handle ) : bool