// Assembly: mscorlib
// Full name: System.Reflection.BindingFlags

namespace System.Reflection
{
public class BindingFlags // TypeDefIndex: 4516
{
	// Fields
	type#20890 value__;
	type#15234 Default;
	type#15234 IgnoreCase;
	type#15234 DeclaredOnly;
	type#15234 Instance;
	type#15234 Static;
	type#15234 Public;
	type#15234 NonPublic;
	type#15234 FlattenHierarchy;
	type#15234 InvokeMethod;
	type#15234 CreateInstance;
	type#15234 GetField;
	type#15234 SetField;
	type#15234 GetProperty;
	type#15234 SetProperty;
	type#15234 PutDispProperty;
	type#15234 PutRefDispProperty;
	type#15234 ExactBinding;
	type#15234 SuppressChangeType;
	type#15234 OptionalParamBinding;
	type#15234 IgnoreReturn;
	type#15234 DoNotWrapExceptions;
}
}
