Mono Class Library: Overview

System.Runtime.InteropServices._Assembly: Method Members

The methods of System.Runtime.InteropServices._Assembly are listed below. For a list of all members, see the _Assembly Members list.

Public Methods

CreateInstance(string) : object
Documentation for this section has not yet been entered.
CreateInstance(string, bool) : object
Documentation for this section has not yet been entered.
CreateInstance(string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[]) : object
Documentation for this section has not yet been entered.
Equals(object) : bool
Documentation for this section has not yet been entered.
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
GetExportedTypes() : Type[]
Documentation for this section has not yet been entered.
GetFile(string) : System.IO.FileStream
Documentation for this section has not yet been entered.
GetFiles() : System.IO.FileStream[]
Documentation for this section has not yet been entered.
GetFiles(bool) : System.IO.FileStream[]
Documentation for this section has not yet been entered.
GetHashCode() : int
Documentation for this section has not yet been entered.
GetLoadedModules() : System.Reflection.Module[]
Documentation for this section has not yet been entered.
GetLoadedModules(bool) : System.Reflection.Module[]
Documentation for this section has not yet been entered.
GetManifestResourceInfo(string) : System.Reflection.ManifestResourceInfo
Documentation for this section has not yet been entered.
GetManifestResourceNames() : string[]
Documentation for this section has not yet been entered.
GetManifestResourceStream(string) : System.IO.Stream
Documentation for this section has not yet been entered.
GetManifestResourceStream(Type, string) : System.IO.Stream
Documentation for this section has not yet been entered.
GetModule(string) : System.Reflection.Module
Documentation for this section has not yet been entered.
GetModules() : System.Reflection.Module[]
Documentation for this section has not yet been entered.
GetModules(bool) : System.Reflection.Module[]
Documentation for this section has not yet been entered.
GetName() : System.Reflection.AssemblyName
Documentation for this section has not yet been entered.
GetName(bool) : System.Reflection.AssemblyName
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
GetReferencedAssemblies() : System.Reflection.AssemblyName[]
Documentation for this section has not yet been entered.
GetSatelliteAssembly(System.Globalization.CultureInfo) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
GetSatelliteAssembly(System.Globalization.CultureInfo, Version) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
GetType(string) : Type
Documentation for this section has not yet been entered.
GetType(string, bool) : Type
Documentation for this section has not yet been entered.
GetType(string, bool, bool) : Type
Documentation for this section has not yet been entered.
GetTypes() : Type[]
Documentation for this section has not yet been entered.
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
LoadModule(string, byte[]) : System.Reflection.Module
Documentation for this section has not yet been entered.
LoadModule(string, byte[], byte[]) : System.Reflection.Module
Documentation for this section has not yet been entered.
ToString() : string
Documentation for this section has not yet been entered.