AppDomainSiloHost.GeneratedAssemblies Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of generated assemblies accross an application domain.
public class AppDomainSiloHost.GeneratedAssemblies : MarshalByRefObject
type AppDomainSiloHost.GeneratedAssemblies = class
inherit MarshalByRefObject
Public Class AppDomainSiloHost.GeneratedAssemblies
Inherits MarshalByRefObject
- Inheritance
-
AppDomainSiloHost.GeneratedAssemblies
Constructors
AppDomainSiloHost.GeneratedAssemblies() |
Initializes a new instance of the AppDomainSiloHost.GeneratedAssemblies class. |
Properties
Assemblies |
Gets the assemblies which were produced by code generation. |
Methods
Add(String, GeneratedAssembly) |
Adds a new assembly to this collection. |