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

namespace System.Threading
{
public class Mutex // TypeDefIndex: 3822
{

	// Methods
	// RVA: -1
	private static type#20925 CreateMutex_icall(type#15313 initiallyOwned, type#12384 name, type#20867 name_length, type#11789 created) { }
	// RVA: -1
	private static type#15313 ReleaseMutex_internal(type#20925 handle) { }
	// RVA: -1
	private static type#20925 CreateMutex_internal(type#15313 initiallyOwned, type#26576 name, type#11789 created) { }
	// RVA: -1
	public type#28660 .ctor(type#15313 initiallyOwned) { }
	// RVA: -1
	public type#28660 ReleaseMutex() { }
}
}
