Bind 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.
Enumerates values returned by several methods of Bind
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum Bind
[<System.Flags>]
type Bind =
- Inheritance
-
Bind
- Attributes
Fields
AboveClient | 8 | |
AdjustWithActivity | 128 | |
AllowActivityStarts | 512 | |
AllowOomManagement | 16 | |
AutoCreate | 1 | |
DebugUnbind | 2 | |
ExternalService | -2147483648 | |
Important | 64 | |
IncludeCapabilities | 4096 | |
None | 0 | |
NotForeground | 4 | |
NotPerceptible | 256 | |
SharedIsolatedProcess | 8192 | |
WaivePriority | 32 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.