// Assembly: mscorlib
// Full name: System.Runtime.InteropServices.DllImportAttribute

namespace System.Runtime.InteropServices
{
public class DllImportAttribute // TypeDefIndex: 4387
{
	// Fields
	type#26578 _val;
	type#26581 EntryPoint;
	type#15859 CharSet;
	type#15318 SetLastError;
	type#15318 ExactSpelling;
	type#15318 PreserveSig;
	type#15684 CallingConvention;
	type#15318 BestFitMapping;
	type#15318 ThrowOnUnmappableChar;

	// Methods
	// RVA: -1
	internal static type#14710 GetCustomAttribute(type#25483 method) { }
	// RVA: -1
	internal static type#15313 IsDefined(type#25483 method) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 dllName, type#26576 entryPoint, type#15858 charSet, type#15313 exactSpelling, type#15313 setLastError, type#15313 preserveSig, type#15682 callingConvention, type#15313 bestFitMapping, type#15313 throwOnUnmappableChar) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 dllName) { }
	// RVA: -1
	public type#26576 get_Value() { }
}
}
