IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Attributes.RemappedInterfaceMethodAttribute Class Referencesealed
Inheritance diagram for IKVM.Attributes.RemappedInterfaceMethodAttribute:

Public Member Functions

 RemappedInterfaceMethodAttribute (string name, string mappedTo, string[] throws)
 

Properties

string Name [get]
 
string MappedTo [get]
 
string[] Throws [get]
 

Detailed Description

Definition at line 30 of file RemappedInterfaceMethodAttribute.cs.

Constructor & Destructor Documentation

◆ RemappedInterfaceMethodAttribute()

IKVM.Attributes.RemappedInterfaceMethodAttribute.RemappedInterfaceMethodAttribute ( string name,
string mappedTo,
string[] throws )

Definition at line 37 of file RemappedInterfaceMethodAttribute.cs.

38 {
39 this.name = name;
40 this.mappedTo = mappedTo;
41 this.throws = throws;
42 }

Property Documentation

◆ MappedTo

string IKVM.Attributes.RemappedInterfaceMethodAttribute.MappedTo
get

Definition at line 46 of file RemappedInterfaceMethodAttribute.cs.

◆ Name

string IKVM.Attributes.RemappedInterfaceMethodAttribute.Name
get

Definition at line 44 of file RemappedInterfaceMethodAttribute.cs.

◆ Throws

string [] IKVM.Attributes.RemappedInterfaceMethodAttribute.Throws
get

Definition at line 48 of file RemappedInterfaceMethodAttribute.cs.


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