BindingFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class BindingFlags
[System.Flags]
public enum BindingFlags
type BindingFlags =
Public Enum BindingFlags
- Inheritance
-
BindingFlags
- Attributes
Fields
| bfAll | 15 | |
| bfAllInstance | 11 | |
| bfAllPublic | 13 | |
| bfAllStatic | 7 | |
| bfInstance | 8 | |
| bfNonPublic | 2 | |
| bfPublic | 1 | |
| bfPublicORPrivate | 3 | |
| bfStatic | 4 | |
| bfStaticORInstance | 12 |