FlavoredProjectFactoryBase Members
Include Protected Members
Include Inherited Members
Base class for flavored project factories.
The FlavoredProjectFactoryBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FlavoredProjectFactoryBase | Initializes a new instance of FlavoredProjectFactoryBase. |
Top
Methods
Name | Description | |
---|---|---|
CanCreateProject | Determines whether or not the project can be created with the supplied parameters. | |
CreateProject | Creates a project. | |
Dispose | Disposes the service provider. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Initializes the project factory. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PreCreateForOuter | Creates an instance of the project. | |
ProjectTypeGuids | Gets the set of project type GUIDs from the project file. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
serviceProvider | Gets the project's service provider. |
Top
Explicit Interface Implementations
Top