7#if IMPORTER || EXPORTER
12using System.Reflection;
26#if IMPORTER || EXPORTER
38#if IMPORTER || EXPORTER
50#if IMPORTER || EXPORTER
62#if IMPORTER || EXPORTER
74#if IMPORTER || EXPORTER
86#if IMPORTER || EXPORTER
IKVM.Reflection.Type Type
IKVM.Reflection.Assembly Assembly
IKVM.Reflection.ConstructorInfo ConstructorInfo
IKVM.Reflection.FieldInfo FieldInfo
IKVM.Reflection.PropertyInfo PropertyInfo
IKVM.Reflection.MethodInfo MethodInfo
static PropertyInfo AsReflection(this IPropertySymbol symbol)
static MethodInfo AsReflection(this IMethodSymbol symbol)
static Assembly AsReflection(this IAssemblySymbol symbol)
static Type AsReflection(this ITypeSymbol symbol)
static FieldInfo AsReflection(this IFieldSymbol symbol)
static ConstructorInfo AsReflection(this IConstructorSymbol symbol)
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
Discovers the attributes of a class constructor and provides access to constructor metadata.
Discovers the attributes of a field and provides access to field metadata.
Discovers the attributes of a method and provides access to method metadata.
Discovers the attributes of a property and provides access to property metadata.
Represents type declarations: class types, interface types, array types, value types,...