11 [Guid(
"17156360-2f1a-384a-bc52-fde93c215c5b")]
13 [TypeLibImportClass(typeof(
Assembly))]
79 new bool Equals(
object other);
185 Type GetType(
string name,
bool throwOnError,
bool ignoreCase);
209 Module LoadModule(
string moduleName,
byte[] rawModule,
byte[] rawSymbolStore);
Performs reflection on a module.
Assembly GetSatelliteAssembly(CultureInfo culture)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
string FullName
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
AssemblyName GetName()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
MethodInfo EntryPoint
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
ManifestResourceInfo GetManifestResourceInfo(string resourceName)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Discovers the attributes of a method and provides access to method metadata.
FileStream [] GetFiles()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
new string ToString()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Describes the source and destination of a given serialized stream, and provides an additional caller-...
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
Exposes the public members of the T:System.Reflection.Assembly class to unmanaged code.
new Type GetType()
Provides COM objects with version-independent access to the M:System.Object.GetType method.
Type [] GetExportedTypes()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
string EscapedCodeBase
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
Type [] GetTypes()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
string Location
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
object CreateInstance(string typeName)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Module [] GetLoadedModules()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
bool GlobalAssemblyCache
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
Module LoadModule(string moduleName, byte[] rawModule)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Provides a T:System.IO.Stream for a file, supporting both synchronous and asynchronous read and write...
string [] GetManifestResourceNames()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
ModuleResolveEventHandler ModuleResolve
Provides COM objects with version-independent access to the E:System.Reflection.Assembly....
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
void GetObjectData(SerializationInfo info, StreamingContext context)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Represents type declarations: class types, interface types, array types, value types,...
FileStream GetFile(string name)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Module [] GetModules()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Represents the version number of an assembly, operating system, or the common language runtime....
Provides access to manifest resources, which are XML files that describe application dependencies.
Selects a member from a list of candidates, and performs type conversion from actual argument type to...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
Describes an assembly's unique identity in full.
string CodeBase
Provides COM objects with version-independent access to the P:System.Reflection.Assembly....
Stream GetManifestResourceStream(Type type, string name)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
ComInterfaceType
Identifies how to expose an interface to COM.
Defines the set of information that constitutes input to security policy decisions....
Module GetModule(string name)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
new int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode method.
Provides information about a specific culture (called a locale for unmanaged code development)....
bool IsDefined(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
AssemblyName [] GetReferencedAssemblies()
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
delegate Module ModuleResolveEventHandler(object sender, ResolveEventArgs e)
Represents the method that will handle the E:System.Reflection.Assembly.ModuleResolve event of an T:S...
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....