Click or drag to resize

Assemblies Class

Contains methods and properties that helps to manage and gather Assembly information
Contains methods and properties that helps to manage and gather Assembly information
Inheritance Hierarchy
SystemObject
  Cauldron.ReflectionAssemblies

Namespace:  Cauldron.Reflection
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class Assemblies

The Assemblies type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAssemblyAndResourceNamesInfo
Gets an array of AssemblyResource that contains all fully qualified filename of embedded resources and thier corresponding Assembly
Public propertyStatic memberClasses
Gets a collection of classes loaded to the AppDomain
Public propertyStatic memberEntryAssembly
Gets the process executable in the default application domain. In other application domains, this is the first executable that was executed.
Public propertyStatic memberExportedTypes
Gets a collection of exported types found in the AppDomain
Public propertyStatic memberInterfaces
Gets a colleciton of Interfaces found in the AppDomain
Public propertyStatic memberIsDebugging
Public propertyStatic memberKnown
Gets an array of Assembly that is loaded to the AppDomain
Top
Methods
  NameDescription
Public methodStatic memberAddAssemblies
Adds a collection of new Assembly to the assembly collection.
Public methodStatic memberAddAssembly
Adds a new Assembly to the assembly collection
Public methodStatic memberGetFirstAssemblyWithResourceName
Returns the first found Assembly that contains an embedded resource with the given resource name
Public methodStatic memberGetManifestResource(String)
Loads the specified manifest resource from this assembly.
Public methodStatic memberGetManifestResource(FuncAssemblyResource, Boolean)
Loads the specified manifest resource from this assembly.
Public methodStatic memberGetManifestResourceInfo
Returns information about how the given resource has been persisted.
Public methodStatic memberGetManifestResources
Returns all information about how the given resource has been persisted.
Public methodStatic memberGetTypeFromName
Tries to find/identify a Type by its name
Public methodStatic memberLoadAssembly
Loads the contents of all assemblies that matches the specified filter
Top
Events
  NameDescription
Public eventStatic memberLoadedAssemblyChanged
Occures if the assembly dictionary has changed
Top
See Also