BindingFlags Enum
Namespace: Stimulsoft.System.Reflection
Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
Members
| Member | Value | Description |
|---|---|---|
| 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 |