You've already forked linux-packaging-mono
8 lines
160 B
C#
8 lines
160 B
C#
![]() |
namespace System.Diagnostics {
|
||
|
public enum OverflowAction {
|
||
|
DoNotOverwrite = -1,
|
||
|
OverwriteAsNeeded = 0,
|
||
|
OverwriteOlder = 1,
|
||
|
}
|
||
|
}
|