IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.RuntimePrimitiveJavaType Class Referencesealed

Public Member Functions

 RuntimePrimitiveJavaType (RuntimeContext context, Type type, string sigName)
 Initializes a new instance.
 
override string ToString ()
 

Detailed Description

Definition at line 76 of file RuntimePrimitiveJavaType.cs.

Constructor & Destructor Documentation

◆ RuntimePrimitiveJavaType()

IKVM.Runtime.RuntimePrimitiveJavaType.RuntimePrimitiveJavaType ( RuntimeContext context,
Type type,
string sigName )

Initializes a new instance.

Parameters
type
sigName

Definition at line 87 of file RuntimePrimitiveJavaType.cs.

87 :
88 base(context, TypeFlags.None, Modifiers.Public | Modifiers.Abstract | Modifiers.Final, null)
89 {
90 this.type = type;
91 this.sigName = sigName;
92 }

Member Function Documentation

◆ ToString()

override string IKVM.Runtime.RuntimePrimitiveJavaType.ToString ( )

The documentation for this class was generated from the following file: