IDynamicBuilderMethodCreatorPolicy Interface

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

This interface defines a policy that manages creation of the dynamic methods used by the ObjectBuilder code generation. This way, we can replace the details of how the dynamic method is created to handle differences in common language runtime (like Silverlight versus desktop) or security policies.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Public Interface IDynamicBuilderMethodCreatorPolicy _
    Implements IBuilderPolicy
public interface IDynamicBuilderMethodCreatorPolicy : IBuilderPolicy
public interface class IDynamicBuilderMethodCreatorPolicy : IBuilderPolicy
public interface IDynamicBuilderMethodCreatorPolicy extends IBuilderPolicy

See Also

IDynamicBuilderMethodCreatorPolicy Members

Microsoft.Practices.ObjectBuilder2 Namespace