| --PROPERTIES OF dotNetObject:System.Reflection.Assembly | Default / Value |
| .CodeBase : , read-only | file:///C:/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll |
| .EntryPoint : , read-only | undefined |
| .EscapedCodeBase : , read-only | file:///C:/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll |
| .Evidence : , read-only | dotNetObject:System.Security.Policy.Evidence |
| .FullName : , read-only | mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 |
| .GlobalAssemblyCache : , read-only | true |
| .HostContext : , read-only | 0L |
| .ImageRuntimeVersion : , read-only | v2.0.50727 |
| .Location : , read-only | C:\windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll |
| .ManifestModule : , read-only | dotNetObject:System.Reflection.Module |
| .ReflectionOnly : , read-only | false |
| --METHODS OF dotNetObject:System.Reflection.Assembly | |
| .CreateInstance typeName | |
| .CreateInstance typeName ignoreCase | |
| .CreateInstance typeName ignoreCase bindingAttr binder args culture activationAttributes | |
| .[static]CreateQualifiedName assemblyName typeName | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .[static]GetAssembly type | |
| .[static]GetCallingAssembly() | |
| .GetCustomAttributes inherit | |
| .GetCustomAttributes attributeType inherit | |
| .[static]GetEntryAssembly() | |
| .[static]GetExecutingAssembly() | |
| .GetExportedTypes() | |
| .GetFile name | |
| .GetFiles() | |
| .GetFiles getResourceModules | |
| .GetHashCode() | |
| .GetLoadedModules() | |
| .GetLoadedModules getResourceModules | |
| .GetManifestResourceInfo resourceName | |
| .GetManifestResourceNames() | |
| .GetManifestResourceStream name | |
| .GetManifestResourceStream type name | |
| .GetModule name | |
| .GetModules() | |
| .GetModules getResourceModules | |
| .GetName() | |
| .GetName copiedName | |
| .GetObjectData info context | |
| .GetReferencedAssemblies() | |
| .GetSatelliteAssembly culture | |
| .GetSatelliteAssembly culture version | |
| .GetType() | |
| .GetType name | |
| .GetType name throwOnError | |
| .GetType name throwOnError ignoreCase | |
| .GetTypes() | |
| .IsDefined attributeType inherit | |
| .[static]Load assemblyRef | |
| .[static]Load rawAssembly | |
| .[static]Load assemblyString | |
| .[static]Load assemblyRef assemblySecurity | |
| .[static]Load rawAssembly rawSymbolStore | |
| .[static]Load assemblyString assemblySecurity | |
| .[static]Load rawAssembly rawSymbolStore securityEvidence | |
| .[static]LoadFile path | |
| .[static]LoadFile path securityEvidence | |
| .[static]LoadFrom assemblyFile | |
| .[static]LoadFrom assemblyFile securityEvidence | |
| .[static]LoadFrom assemblyFile securityEvidence hashValue hashAlgorithm | |
| .LoadModule moduleName rawModule | |
| .LoadModule moduleName rawModule rawSymbolStore | |
| .[static]LoadWithPartialName partialName | |
| .[static]LoadWithPartialName partialName securityEvidence | |
| .[static]ReferenceEquals objA objB | |
| .[static]ReflectionOnlyLoad assemblyString | |
| .[static]ReflectionOnlyLoad rawAssembly | |
| .[static]ReflectionOnlyLoadFrom assemblyFile | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Reflection.Assembly | |
| ModuleResolve sender e = ( ... ) [ return type: ] |