// Assembly: mscorlib
// Full name: System.Threading.RegisteredWaitHandle

namespace System.Threading
{
public class RegisteredWaitHandle // TypeDefIndex: 3825
{
	// Fields
	type#28691 _waitObject;
	type#28694 _callback;
	type#23706 _state;
	type#28691 _finalEvent;
	type#22398 _cancelEvent;
	type#27437 _timeout;
	type#20868 _callsInProcess;
	type#15314 _executeOnlyOnce;
	type#15314 _unregistered;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#28690 waitObject, type#28693 callback, type#23705 state, type#27436 timeout, type#15313 executeOnlyOnce) { }
	// RVA: -1
	internal type#28660 Wait(type#23705 state) { }
	// RVA: -1
	private type#28660 DoCallBack(type#23705 timedOut) { }
}
}
