// Assembly: mscorlib
// Full name: Scheduler

public class Scheduler // TypeDefIndex: 3828
{
	// Fields
	type#34199 instance;
	type#15314 needReSort;
	type#9147 list;
	type#20901 current_next_run;
	type#22398 changed;

	// Methods
	// RVA: -1
	private type#28660 InitScheduler() { }
	// RVA: -1
	private type#28660 WakeupScheduler() { }
	// RVA: -1
	private type#28660 SchedulerThread() { }
	// RVA: -1
	public static type#34198 get_Instance() { }
	// RVA: -1
	private type#28660 .ctor() { }
	// RVA: -1
	public type#28660 Remove(type#27470 timer) { }
	// RVA: -1
	public type#28660 Change(type#27470 timer, type#20900 new_next_run) { }
	// RVA: -1
	private type#28660 Add(type#27470 timer) { }
	// RVA: -1
	private type#28660 InternalRemove(type#27470 timer) { }
	// RVA: -1
	private static type#28660 TimerCB(type#23705 o) { }
	// RVA: -1
	private type#28660 FireTimer(type#27470 timer) { }
	// RVA: -1
	private type#20867 RunSchedulerLoop() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
