IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IMemberSymbol.cs
Go to the documentation of this file.
1using System.Reflection;
2
4{
5
10 {
11
16
21
25 MemberTypes MemberType { get; }
26
30 int MetadataToken { get; }
31
35 string Name { get; }
36
37 }
38
39}
IKVM.Reflection.Module Module
global::java.lang.invoke.LambdaForm.Name Name
Provides custom attributes for reflection objects that support them.
Obtains information about the attributes of a member and provides access to member metadata.
MemberTypes MemberType
When overridden in a derived class, gets a value indicating the type of the member - method,...
ITypeSymbol? DeclaringType
Gets the class that declares this member.
int MetadataToken
Gets a value that identifies a metadata element.
Performs reflection on a module.
Provides common properties and methods for managed symbols.
Definition ISymbol.cs:8
Represents type declarations: class types, interface types, array types, value types,...