Property | Type | Description | |
---|---|---|---|
fullName | string |
Method | Description | |
---|---|---|
CreateQualifiedName ( string assemblyName, string typeName ) : string | ||
GetAssembly ( Type type ) : |
||
GetCustomAttributesData ( ) : IList |
||
GetExportedTypes ( ) : Type[] | ||
GetLoadedModules ( ) : IKVM.Reflection.Module[] | ||
GetLoadedModules ( bool getResourceModules ) : IKVM.Reflection.Module[] | ||
GetManifestResourceInfo ( string resourceName ) : IKVM.Reflection.ManifestResourceInfo | ||
GetManifestResourceNames ( ) : string[] | ||
GetManifestResourceStream ( string name ) : System.IO.Stream | ||
GetModule ( string name ) : |
||
GetModules ( ) : IKVM.Reflection.Module[] | ||
GetModules ( bool getResourceModules ) : IKVM.Reflection.Module[] | ||
GetName ( ) : IKVM.Reflection.AssemblyName | ||
GetName ( bool copiedName ) : IKVM.Reflection.AssemblyName | ||
GetReferencedAssemblies ( ) : IKVM.Reflection.AssemblyName[] | ||
GetType ( string name ) : Type | ||
GetType ( string name, bool throwOnError ) : Type | ||
GetType ( string name, bool throwOnError, bool ignoreCase ) : Type | ||
GetTypes ( ) : Type[] | ||
IsDefined ( Type attributeType, bool inherit ) : bool | ||
LoadModule ( string moduleName, byte rawModule ) : |
||
LoadModule ( string moduleName, byte rawModule, byte rawSymbolStore ) : |
||
ToString ( ) : string | ||
__GetCustomAttributes ( Type attributeType, bool inherit ) : IList |
Method | Description | |
---|---|---|
GetAssemblyFlags ( ) : AssemblyNameFlags |
Method | Description | |
---|---|---|
Assembly ( IKVM.Reflection.Universe universe ) : System | ||
FindType ( TypeName name ) : Type | ||
FindTypeIgnoreCase ( TypeName lowerCaseName ) : Type | ||
GetCustomAttributesData ( Type attributeType ) : IList |
||
ResolveType ( TypeName typeName ) : Type |
public static CreateQualifiedName ( string assemblyName, string typeName ) : string | ||
assemblyName | string | |
typeName | string | |
return | string |
public static GetAssembly ( Type type ) : |
||
type | Type | |
return |
protected GetAssemblyFlags ( ) : AssemblyNameFlags | ||
return | AssemblyNameFlags |
public GetLoadedModules ( ) : IKVM.Reflection.Module[] | ||
return | IKVM.Reflection.Module[] |
public abstract GetLoadedModules ( bool getResourceModules ) : IKVM.Reflection.Module[] | ||
getResourceModules | bool | |
return | IKVM.Reflection.Module[] |
public abstract GetManifestResourceInfo ( string resourceName ) : IKVM.Reflection.ManifestResourceInfo | ||
resourceName | string | |
return | IKVM.Reflection.ManifestResourceInfo |
public abstract GetManifestResourceNames ( ) : string[] | ||
return | string[] |
public abstract GetManifestResourceStream ( string name ) : System.IO.Stream | ||
name | string | |
return | System.IO.Stream |
public abstract GetModule ( string name ) : |
||
name | string | |
return |
public GetModules ( ) : IKVM.Reflection.Module[] | ||
return | IKVM.Reflection.Module[] |
public abstract GetModules ( bool getResourceModules ) : IKVM.Reflection.Module[] | ||
getResourceModules | bool | |
return | IKVM.Reflection.Module[] |
public abstract GetName ( ) : IKVM.Reflection.AssemblyName | ||
return | IKVM.Reflection.AssemblyName |
public GetName ( bool copiedName ) : IKVM.Reflection.AssemblyName | ||
copiedName | bool | |
return | IKVM.Reflection.AssemblyName |
public abstract GetReferencedAssemblies ( ) : IKVM.Reflection.AssemblyName[] | ||
return | IKVM.Reflection.AssemblyName[] |
public GetType ( string name, bool throwOnError ) : Type | ||
name | string | |
throwOnError | bool | |
return | Type |
public GetType ( string name, bool throwOnError, bool ignoreCase ) : Type | ||
name | string | |
throwOnError | bool | |
ignoreCase | bool | |
return | Type |
public IsDefined ( Type attributeType, bool inherit ) : bool | ||
attributeType | Type | |
inherit | bool | |
return | bool |
public LoadModule ( string moduleName, byte rawModule ) : |
||
moduleName | string | |
rawModule | byte | |
return |
public LoadModule ( string moduleName, byte rawModule, byte rawSymbolStore ) : |
||
moduleName | string | |
rawModule | byte | |
rawSymbolStore | byte | |
return |
public __GetCustomAttributes ( Type attributeType, bool inherit ) : IList |
||
attributeType | Type | |
inherit | bool | |
return | IList |