Enum PatchTargetKind
The kind of data which exists at a location to be patched.
public enum PatchTargetKind
- Extension Methods
Fields
Executable = 0
- The data at the target is expected to be executable.
ReadOnly = 1
- The data at the target is expected to be read-only.