Definition at line 41 of file RuntimeArrayJavaType.cs.
◆ LazyPublishMembers()
| override void IKVM.Runtime.RuntimeArrayJavaType.LazyPublishMembers |
( |
| ) |
|
|
protected |
Definition at line 74 of file RuntimeArrayJavaType.cs.
75 {
76 var mw =
new RuntimeSimpleCallJavaMethod(
this,
"clone",
"()Ljava.lang.Object;", GetCloneMethod(Context), Context.
JavaBase.TypeOfJavaLangObject, Array.Empty<RuntimeJavaType>(),
Modifiers.Public,
MemberFlags.HideFromReflection,
SimpleOpCode.Callvirt,
SimpleOpCode.Callvirt);
77 mw.Link();
78 SetMethods(new RuntimeJavaMethod[] { mw });
79 SetFields(Array.Empty<RuntimeJavaField>());
80 }
CoreClasses JavaBase
Gets the CoreClasses associated with this instance of the runtime.
MemberFlags
Describes various options applied to a member.
The documentation for this class was generated from the following file: