ActivityCodeGenerator.GenerateCode(CodeGenerationManager, Object) Method

Definition

Generates code for the specified Object using the specific CodeGenerationManager.

C#
public virtual void GenerateCode (System.Workflow.ComponentModel.Compiler.CodeGenerationManager manager, object obj);

Parameters

manager
CodeGenerationManager

The CodeGenerationManager to use in the code generation.

obj
Object

The Object to generate the code for.

Exceptions

manager is a null reference (Nothing in Visual Basic).

-or-

obj is a null reference (Nothing).

obj cannot be cast to type Activity.

Applies to

Produkt Versionen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1