mscorlib(4.0.0.0) API with additions
HandleInheritability.cs
1 namespace System.IO
2 {
5  [global::__DynamicallyInvokable]
6  public enum HandleInheritability
7  {
9  [global::__DynamicallyInvokable]
10  None,
12  [global::__DynamicallyInvokable]
14  }
15 }
HandleInheritability
Specifies whether the underlying handle is inheritable by child processes.
Specifies that the class can be serialized.
Makes the file handle inheritable by child processes. This is not directly supported by Win32.