Method | Description | |
---|---|---|
CreateInstance ( String typeName ) : Object | ||
CreateInstance ( String typeName, Boolean ignoreCase ) : Object | ||
CreateInstance ( String typeName, Boolean ignoreCase, BindingFlags bindingAttr, |
||
CreateQualifiedName ( String assemblyName, String typeName ) : String | ||
GetAssembly ( Type type ) : |
||
GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetExportedTypes ( ) : Type[] | ||
GetFile ( String name ) : |
||
GetFiles ( ) : System.IO.FileStream[] | ||
GetFiles ( bool getResourceModules ) : System.IO.FileStream[] | ||
GetLoadedModules ( ) : System.Reflection.Module[] | ||
GetLoadedModules ( bool getResourceModules ) : System.Reflection.Module[] | ||
GetManifestResourceInfo ( String resourceName ) : |
||
GetManifestResourceStream ( String name ) : |
||
GetManifestResourceStream ( Type type, String name ) : |
||
GetModule ( String name ) : |
||
GetModules ( ) : System.Reflection.Module[] | ||
GetModules ( bool getResourceModules ) : System.Reflection.Module[] | ||
GetName ( ) : |
||
GetSatelliteAssembly ( |
||
GetSatelliteAssembly ( |
||
GetType ( ) : Type | ||
GetType ( String name ) : Type | ||
GetType ( String name, Boolean throwOnError ) : Type | ||
GetType ( string name, bool throwOnError, bool ignoreCase ) : Type | ||
GetTypes ( ) : Type[] | ||
IsDefined ( Type attributeType, bool inherit ) : bool | ||
Load ( |
||
Load ( |
||
Load ( Byte rawAssembly ) : |
||
Load ( Byte rawAssembly, Byte rawSymbolStore ) : |
||
Load ( Byte rawAssembly, Byte rawSymbolStore, |
||
Load ( String assemblyString ) : |
||
Load ( String assemblyString, |
||
LoadFile ( String path ) : |
||
LoadFile ( String path, |
||
LoadFrom ( String assemblyFile ) : |
||
LoadFrom ( String assemblyFile, |
||
ReflectionOnlyLoad ( byte rawAssembly ) : |
||
ReflectionOnlyLoad ( string assemblyString ) : |
||
ReflectionOnlyLoadFrom ( string assemblyFile ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Assembly ( ) : System.Security | ||
FillName ( |
||
GetCallingAssembly ( ) : |
||
GetCodeBase ( bool escaped ) : string | ||
GetEntryAssembly ( ) : |
||
GetExecutingAssembly ( ) : |
||
GetFilesInternal ( String name, bool getResourceModules ) : object | ||
GetManifestModule ( ) : |
||
GetManifestModuleInternal ( ) : |
||
GetManifestResourceInfoInternal ( String name, |
||
GetManifestResourceInternal ( String name, int &size, |
||
GetManifestResourceNames ( ) : String[] | ||
GetModulesInternal ( ) : System.Reflection.Module[] | ||
GetName ( Boolean copiedName ) : |
||
GetNamespaces ( ) : string[] | ||
GetObjectData ( |
||
GetReferencedAssemblies ( ) : System.Reflection.AssemblyName[] | ||
GetSatelliteAssembly ( |
||
GetSatelliteAssemblyNoThrow ( |
||
GetTypes ( bool exportedOnly ) : Type[] | ||
InternalGetAssemblyName ( string assemblyFile, |
||
InternalGetType ( |
||
InternalImageRuntimeVersion ( ) : string | ||
LoadAssemblyPermissions ( ) : void | ||
LoadFrom ( String assemblyFile, |
||
LoadFrom ( String assemblyFile, bool refonly ) : |
||
LoadModule ( string moduleName, byte rawModule ) : |
||
LoadModule ( string moduleName, byte rawModule, byte rawSymbolStore ) : |
||
LoadPermissions ( |
||
LoadWithPartialName ( string partialName ) : |
||
LoadWithPartialName ( string partialName, |
||
LoadWithPartialName ( string partialName, |
||
MonoDebugger_GetMethodToken ( |
||
Resolve ( ) : void | ||
UnprotectedGetEvidence ( ) : |
||
UnprotectedGetName ( ) : |
||
get_code_base ( bool escaped ) : string | ||
get_fullname ( ) : string | ||
get_global_assembly_cache ( ) : bool | ||
get_location ( ) : string | ||
load_with_partial_name ( string name, |
public CreateInstance ( String typeName ) : Object | ||
typeName | String | |
return | Object |
public CreateInstance ( String typeName, Boolean ignoreCase ) : Object | ||
typeName | String | |
ignoreCase | Boolean | |
return | Object |
public CreateInstance ( String typeName, Boolean ignoreCase, BindingFlags bindingAttr, |
||
typeName | String | |
ignoreCase | Boolean | |
bindingAttr | BindingFlags | |
binder | ||
args | Object | |
culture | ||
activationAttributes | Object | |
return | Object |
public static CreateQualifiedName ( String assemblyName, String typeName ) : String | ||
assemblyName | String | |
typeName | String | |
return | String |
public static GetAssembly ( Type type ) : |
||
type | Type | |
return |
public GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
attributeType | Type | |
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetFile ( String name ) : |
||
name | String | |
return |
public GetFiles ( bool getResourceModules ) : System.IO.FileStream[] | ||
getResourceModules | bool | |
return | System.IO.FileStream[] |
public GetLoadedModules ( ) : System.Reflection.Module[] | ||
return | System.Reflection.Module[] |
public GetLoadedModules ( bool getResourceModules ) : System.Reflection.Module[] | ||
getResourceModules | bool | |
return | System.Reflection.Module[] |
public GetManifestResourceInfo ( String resourceName ) : |
||
resourceName | String | |
return |
public GetManifestResourceStream ( String name ) : |
||
name | String | |
return |
public GetManifestResourceStream ( Type type, String name ) : |
||
type | Type | |
name | String | |
return |
public GetModules ( ) : System.Reflection.Module[] | ||
return | System.Reflection.Module[] |
public GetModules ( bool getResourceModules ) : System.Reflection.Module[] | ||
getResourceModules | bool | |
return | System.Reflection.Module[] |
public GetSatelliteAssembly ( |
||
culture | ||
return |
public GetSatelliteAssembly ( |
||
culture | ||
version | Version | |
return |
public GetType ( String name, Boolean throwOnError ) : Type | ||
name | String | |
throwOnError | Boolean | |
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 static Load ( |
||
assemblyRef | ||
return |
public static Load ( |
||
assemblyRef | ||
assemblySecurity | ||
return |
public static Load ( Byte rawAssembly ) : |
||
rawAssembly | Byte | |
return |
public static Load ( Byte rawAssembly, Byte rawSymbolStore ) : |
||
rawAssembly | Byte | |
rawSymbolStore | Byte | |
return |
public static Load ( Byte rawAssembly, Byte rawSymbolStore, |
||
rawAssembly | Byte | |
rawSymbolStore | Byte | |
securityEvidence | ||
return |
public static Load ( String assemblyString ) : |
||
assemblyString | String | |
return |
public static Load ( String assemblyString, |
||
assemblyString | String | |
assemblySecurity | ||
return |
public static LoadFile ( String path ) : |
||
path | String | |
return |
public static LoadFile ( String path, |
||
path | String | |
securityEvidence | ||
return |
public static LoadFrom ( String assemblyFile ) : |
||
assemblyFile | String | |
return |
public static LoadFrom ( String assemblyFile, |
||
assemblyFile | String | |
securityEvidence | ||
return |
public static ReflectionOnlyLoad ( byte rawAssembly ) : |
||
rawAssembly | byte | |
return |
public static ReflectionOnlyLoad ( string assemblyString ) : |
||
assemblyString | string | |
return |
public static ReflectionOnlyLoadFrom ( string assemblyFile ) : |
||
assemblyFile | string | |
return |