IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
PlainSocketImplAccessor.cs
Go to the documentation of this file.
1using System;
2
4{
5
6#if FIRST_PASS == false && EXPORTER == false && IMPORTER == false
7
11 internal sealed class PlainSocketImplAccessor : Accessor<object>
12 {
13
14 Type ikvmInternalCallerID;
15
16 MethodAccessor<Func<object>> ___getCallerID_;
17
22 public PlainSocketImplAccessor(AccessorTypeResolver resolver) :
23 base(resolver, "java.net.PlainSocketImpl")
24 {
25
26 }
27
28 Type IkvmInternalCallerID => Resolve(ref ikvmInternalCallerID, "ikvm.internal.CallerID");
29
34 public object InvokeGetCallerID() => GetMethod(ref ___getCallerID_, "__<GetCallerID>", IkvmInternalCallerID).Invoker();
35
36 }
37
38#endif
39
40}
IKVM.Reflection.Type Type