|  | Assemblies Properties | 
The Assemblies type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | AssemblyAndResourceNamesInfo | 
            Gets an array of AssemblyResource that contains all fully qualified
            filename of embedded resources and thier corresponding Assembly | 
|   | Classes | 
            Gets a collection of classes loaded to the AppDomain
             | 
|   | EntryAssembly | 
            Gets the process executable in the default application domain. In other application
            domains, this is the first executable that was executed.
             | 
|   | ExportedTypes | 
            Gets a collection of exported types found in the AppDomain
             | 
|   | Interfaces | 
            Gets a colleciton of Interfaces found in the AppDomain
             | 
|   | IsDebugging | 
            Gets a value that determines if the GetEntryAssembly or GetCallingAssembly is in debug mode
             | 
|   | Known | 
            Gets an array of Assembly that is loaded to the AppDomain
             | 
 See Also
See Also