Click or drag to resize

Assemblies Properties

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
See Also