Table of Contents

Interface IMember

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Member.html

public interface IMember

Properties

DeclaringClass

Class DeclaringClass { get; }

Property Value

Class

Modifiers

int Modifiers { get; }

Property Value

int

Name

String Name { get; }

Property Value

String

Methods

IsSynthetic()

bool IsSynthetic()

Returns

bool

bool