DynamicTypeService Members
Include Protected Members
Include Inherited Members
Provides instances of ITypeResolutionService for a project.
The DynamicTypeService type exposes the following members.
Constructors
Name
Description
Initializes a new instance of DynamicTypeService.
Top
Methods
Name
Description
This method creates a new assembly whose contents are the given assembly file.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded. Gets a type resolver for the context.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Gets a type discovery service.
Overloaded. Gets a type resolution service.
Determines whether or not the specified assembly has been dynamically created.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raised when an assembly has been deleted.
Raised when an assembly has been made obsolete.
Raised when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed.
Raised when a type has been made obsolete, that is, when it no longer resolves.
Returns a string that represents the current object. (Inherited from Object.)
Top
Events
Name
Description
Notifies clients when an assembly has been deleted.
Notifies clients when an assembly has been made obsolete, that is, when it no longer resolves.
Notifies clients when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed.
Notifies clients when a type has been made obsolete, that is, when it no longer resolves.
Top