ConstructorPolicy 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.
public ref class ConstructorPolicy : Microsoft::Practices::ObjectBuilder::ICreationPolicy
public class ConstructorPolicy : Microsoft.Practices.ObjectBuilder.ICreationPolicy
type ConstructorPolicy = class
interface ICreationPolicy
interface IBuilderPolicy
Public Class ConstructorPolicy
Implements ICreationPolicy
- Inheritance
-
ConstructorPolicy
- Implements
Constructors
ConstructorPolicy() | |
ConstructorPolicy(ConstructorInfo, IParameter[]) | |
ConstructorPolicy(IParameter[]) |
Methods
AddParameter(IParameter) | |
GetParameters(IBuilderContext, Type, String, ConstructorInfo) | |
SelectConstructor(IBuilderContext, Type, String) |