CodeGenerationManager.GetCodeGenerators(Type) Method

Definition

Gets an array that contains each ActivityCodeGenerator associated with the specified Type.

public:
 cli::array <System::Workflow::ComponentModel::Compiler::ActivityCodeGenerator ^> ^ GetCodeGenerators(Type ^ type);
public System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator[] GetCodeGenerators (Type type);
member this.GetCodeGenerators : Type -> System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator[]
Public Function GetCodeGenerators (type As Type) As ActivityCodeGenerator()

Parameters

type
Type

The Type required.

Returns

An array that contains each ActivityCodeGenerator associated with the specified Type.

Applies to