Skip to content

Instantly share code, notes, and snippets.

@bawNg
Created January 24, 2015 13:57
Show Gist options
  • Save bawNg/bdfa290821a7991c6243 to your computer and use it in GitHub Desktop.
Save bawNg/bdfa290821a7991c6243 to your computer and use it in GitHub Desktop.
BindingFlags = {
Default = 0,
IgnoreCase = 1,
DeclaredOnly = 2,
Instance = 4,
Static = 8,
Public = 16,
NonPublic = 32,
FlattenHierarchy = 64,
InvokeMethod = 256,
CreateInstance = 512,
GetField = 1024,
SetField = 2048,
GetProperty = 4096,
SetProperty = 8192,
PutDispProperty = 16384,
PutRefDispProperty = 32768,
ExactBinding = 65536,
SuppressChangeType = 131072,
OptionalParamBinding = 262144,
IgnoreReturn = 16777216
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment