Table of Contents

Interface IMethodHandleInfo

Namespace
Java.Lang.Invoke
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMethodHandleInfo

Properties

DeclaringClass

Class DeclaringClass { get; }

Property Value

Class

MethodType

MethodType MethodType { get; }

Property Value

MethodType

Modifiers

int Modifiers { get; }

Property Value

int

Name

String Name { get; }

Property Value

String

ReferenceKind

int ReferenceKind { get; }

Property Value

int

Methods

IsVarArgs()

bool IsVarArgs()

Returns

bool

bool

ReflectAs<T>(Class, Lookup)

T ReflectAs<T>(Class arg0, MethodHandles.Lookup arg1) where T : IMember, new()

Parameters

arg0 Class

Class

arg1 MethodHandles.Lookup

MethodHandles.Lookup

Returns

T

T

Type Parameters

T

IMember