CodeBuilderAttribute 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET