inlineExpansionOption 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.
Used to define the level of inline function expansion for the build.
public enum class inlineExpansionOption
public enum class inlineExpansionOption
enum inlineExpansionOption
public enum inlineExpansionOption
type inlineExpansionOption =
Public Enum inlineExpansionOption
- Inheritance
-
inlineExpansionOption
Fields
Name | Value | Description |
---|---|---|
expandDisable | 0 | Default |
expandOnlyInline | 1 | Only __inline (/Ob1) |
expandAnySuitable | 2 | Any suitable (/Ob2) |
Remarks
See /Ob (Inline Function Expansion) for more information.
inlineExpansionOption is used by the InlineFunctionExpansion property.