PexDomainTarget 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.
Gets the target of a domain.
public enum class PexDomainTarget
public enum PexDomainTarget
type PexDomainTarget =
Public Enum PexDomainTarget
- Inheritance
-
PexDomainTarget
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown target |
Field | 1 | Field |
ArrayElement | 2 | Array element |
MdArrayLowerBound | 3 | Multi-dimensional array lower bound |
MdArrayLength | 4 | Multi-dimensional array length |
SzArrayLength | 5 | Zero-dimensional array length |
StringLength | 6 | String length |
Parameter | 7 | Parameter |
OracleChoice | 8 | Oracle choice |
Type | 9 | Type |