CodeBuilderAttribute Class

Definition

The Attribute class to configure dyanamic code generation process for service remoting.

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public class CodeBuilderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type CodeBuilderAttribute = class
    inherit Attribute
Public Class CodeBuilderAttribute
Inherits Attribute
Inheritance
CodeBuilderAttribute
Attributes

Constructors

CodeBuilderAttribute()

Initializes a new instance of the CodeBuilderAttribute class.

Properties

EnableDebugging

Gets or sets a value indicating whether to enable debugging flag for the attribute to be used by auto code generation.

Applies to