IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.IndyCallSite< T > Class Template Referencesealed
Inheritance diagram for IKVM.Runtime.IndyCallSite< T >:
IKVM.Runtime.IIndyCallSite

Public Member Functions

GetTarget ()
 
- Public Member Functions inherited from IKVM.Runtime.IIndyCallSite

Static Public Member Functions

static IndyCallSite< T > CreateBootstrap (T bootstrap)
 

Detailed Description

Type Constraints
T :class 
T :Delegate 

Definition at line 1536 of file ByteCodeHelper.cs.

Member Function Documentation

◆ CreateBootstrap()

static IndyCallSite< T > IKVM.Runtime.IndyCallSite< T >.CreateBootstrap ( T bootstrap)
static

Definition at line 1561 of file ByteCodeHelper.cs.

1562 {
1563 return new IndyCallSite<T>(bootstrap, true);
1564 }

◆ GetTarget()

T IKVM.Runtime.IndyCallSite< T >.GetTarget ( )

Definition at line 1566 of file ByteCodeHelper.cs.

1567 {
1568 return target;
1569 }

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