6#if FIRST_PASS == false && EXPORTER == false && IMPORTER == false
11 internal sealed class PlainSocketImplAccessor : Accessor<object>
14 Type ikvmInternalCallerID;
16 MethodAccessor<Func<object>> ___getCallerID_;
22 public PlainSocketImplAccessor(AccessorTypeResolver resolver) :
23 base(resolver,
"java.net.PlainSocketImpl")
28 Type IkvmInternalCallerID => Resolve(
ref ikvmInternalCallerID,
"ikvm.internal.CallerID");
34 public object InvokeGetCallerID() => GetMethod(
ref ___getCallerID_,
"__<GetCallerID>", IkvmInternalCallerID).Invoker();
IKVM.Reflection.Type Type