Mono Class Library: OverviewSystem.Reflection.Assembly: Method Members |
The methods of System.Reflection.Assembly are listed below. For a list of all members, see the Assembly Members list.
See Also: Inherited members from System.Object
CreateInstance(string) : object Locates the specified type from this assembly and creates an instance of it using case-sensitive search.CreateInstance(string, bool) : object Documentation for this section has not yet been entered.CreateInstance(string, bool, BindingFlags, Binder, object[], System.Globalization.CultureInfo, object[]) : object Documentation for this section has not yet been entered. staticCreateQualifiedName(string, string) : string Documentation for this section has not yet been entered. staticGetAssembly(Type) : Assembly Documentation for this section has not yet been entered. staticGetCallingAssembly() : Assembly Gives the Assembly of the method which invoked the currently running method.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. staticGetEntryAssembly() : Assembly Documentation for this section has not yet been entered. staticGetExecutingAssembly() : Assembly 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.GetLoadedModules() : Module[] Documentation for this section has not yet been entered.GetLoadedModules(bool) : Module[] Documentation for this section has not yet been entered.GetManifestResourceInfo(string) : 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) : Module Documentation for this section has not yet been entered.GetModules() : Module[] Documentation for this section has not yet been entered.GetModules(bool) : Module[] Documentation for this section has not yet been entered.GetName() : AssemblyName Documentation for this section has not yet been entered.GetName(bool) : 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() : AssemblyName[] Documentation for this section has not yet been entered.GetSatelliteAssembly(System.Globalization.CultureInfo) : Assembly Documentation for this section has not yet been entered.GetSatelliteAssembly(System.Globalization.CultureInfo, Version) : Assembly Documentation for this section has not yet been entered.GetType() : Type Documentation for this section has not yet been entered.GetType(string) : Type Returns the Type object with the specified name defined in the current assembly.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[] Returns the types defined in the current assembly.IsDefined(Type, bool) : bool Documentation for this section has not yet been entered. staticLoad(byte[]) : Assembly Documentation for this section has not yet been entered. staticLoad(AssemblyName) : Assembly Documentation for this section has not yet been entered. staticLoad(string) : Assembly Loads the specified assembly. staticLoad(byte[], byte[]) : Assembly Documentation for this section has not yet been entered. staticLoad(AssemblyName, System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticLoad(string, System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticLoad(byte[], byte[], System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticLoadFile(string) : Assembly Documentation for this section has not yet been entered. staticLoadFile(string, System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticLoadFrom(string) : Assembly Documentation for this section has not yet been entered. staticLoadFrom(string, System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticLoadFrom(string, System.Security.Policy.Evidence, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : Assembly Documentation for this section has not yet been entered.LoadModule(string, byte[]) : Module Documentation for this section has not yet been entered.LoadModule(string, byte[], byte[]) : Module Documentation for this section has not yet been entered. staticLoadWithPartialName(string) : Assembly Documentation for this section has not yet been entered. staticLoadWithPartialName(string, System.Security.Policy.Evidence) : Assembly Documentation for this section has not yet been entered. staticReflectionOnlyLoad(byte[]) : Assembly Documentation for this section has not yet been entered. staticReflectionOnlyLoad(string) : Assembly Documentation for this section has not yet been entered. staticReflectionOnlyLoadFrom(string) : Assembly Documentation for this section has not yet been entered. overrideToString() : string Returns a string representation of the value of the current instance.