IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
UNIXProcessAccessor.cs
Go to the documentation of this file.
2{
3
4#if FIRST_PASS == false && EXPORTER == false && IMPORTER == false
5
9 internal sealed class UNIXProcessAccessor : Accessor<object>
10 {
11
16 public UNIXProcessAccessor(AccessorTypeResolver resolver) :
17 base(resolver, "java.lang.UNIXProcess")
18 {
19
20 }
21
22 }
23
24#endif
25
26}