|
| Class | Description |
|---|
.gif) | CodeArgumentReferenceExpression | Represents a reference to the value of an argument passed to a method. |
.gif) | CodeArrayCreateExpression | Represents an expression that creates an array. |
.gif) | CodeArrayIndexerExpression | Represents a reference to an index of an array. |
.gif) | CodeAssignStatement | Represents a simple assignment statement. |
.gif) | CodeAttachEventStatement | Represents a statement that attaches an event-handler delegate to an event. |
.gif) | CodeAttributeArgument | Represents an argument used in a metadata attribute declaration. |
.gif) | CodeAttributeArgumentCollection | Represents a collection of CodeAttributeArgument objects. |
.gif) | CodeAttributeDeclaration | Represents an attribute declaration. |
.gif) | CodeAttributeDeclarationCollection | Represents a collection of CodeAttributeDeclaration objects. |
.gif) | CodeBaseReferenceExpression | Represents a reference to the base class. |
.gif) | CodeBinaryOperatorExpression | Represents an expression that consists of a binary operation between two expressions. |
.gif) | CodeCastExpression | Represents an expression cast to a data type or interface. |
.gif) | CodeCatchClause | Represents a catch exception block of a try/catch statement. |
.gif) | CodeCatchClauseCollection | Represents a collection of CodeCatchClause objects. |
.gif) | CodeChecksumPragma | Represents a code checksum pragma code entity. |
.gif) | CodeComment | Represents a comment. |
.gif) | CodeCommentStatement | Represents a statement consisting of a single comment. |
.gif) | CodeCommentStatementCollection | Represents a collection of CodeCommentStatement objects. |
.gif) | CodeCompileUnit | Provides a container for a CodeDOM program graph. |
.gif) | CodeConditionStatement | Represents a conditional branch statement, typically represented as an if statement. |
.gif) | CodeConstructor | Represents a declaration for an instance constructor of a type. |
.gif) | CodeDefaultValueExpression | Represents a reference to a default value. |
.gif) | CodeDelegateCreateExpression | Represents an expression that creates a delegate. |
.gif) | CodeDelegateInvokeExpression | Represents an expression that raises an event. |
.gif) | CodeDirectionExpression | Represents an expression used as a method invoke parameter along with a reference direction indicator. |
.gif) | CodeDirective | Serves as the base class for code directive classes. |
.gif) | CodeDirectiveCollection | Represents a collection of CodeDirective objects. |
.gif) | CodeEntryPointMethod | Represents the entry point method of an executable. |
.gif) | CodeEventReferenceExpression | Represents a reference to an event. |
.gif) | CodeExpression | Represents a code expression. This is a base class for other code expression objects that is never instantiated. |
.gif) | CodeExpressionCollection | Represents a collection of CodeExpression objects. |
.gif) | CodeExpressionStatement | Represents a statement that consists of a single expression. |
.gif) | CodeFieldReferenceExpression | Represents a reference to a field. |
.gif) | CodeGotoStatement | Represents a goto statement. |
.gif) | CodeIndexerExpression | Represents a reference to an indexer property of an object. |
.gif) | CodeIterationStatement | Represents a for statement, or a loop through a block of statements, using a test expression as a condition for continuing to loop. |
.gif) | CodeLabeledStatement | Represents a labeled statement or a stand-alone label. |
.gif) | CodeLinePragma | Represents a specific location within a specific file. |
.gif) | CodeMemberEvent | Represents a declaration for an event of a type. |
.gif) | CodeMemberField | Represents a declaration for a field of a type. |
.gif) | CodeMemberMethod | Represents a declaration for a method of a type. |
.gif) | CodeMemberProperty | Represents a declaration for a property of a type. |
.gif) | CodeMethodInvokeExpression | Represents an expression that invokes a method. |
.gif) | CodeMethodReferenceExpression | Represents a reference to a method. |
.gif) | CodeMethodReturnStatement | Represents a return value statement. |
.gif) | CodeNamespace | Represents a namespace declaration. |
.gif) | CodeNamespaceCollection | Represents a collection of CodeNamespace objects. |
.gif) | CodeNamespaceImport | Represents a namespace import directive that indicates a namespace to use. |
.gif) | CodeNamespaceImportCollection | Represents a collection of CodeNamespaceImport objects. |
.gif) | CodeObject | Provides a common base class for most Code Document Object Model (CodeDOM) objects. |
.gif) | CodeObjectCreateExpression | Represents an expression that creates a new instance of a type. |
.gif) | CodeParameterDeclarationExpression | Represents a parameter declaration for a method, property, or constructor. |
.gif) | CodeParameterDeclarationExpressionCollection | Represents a collection of CodeParameterDeclarationExpression objects. |
.gif) | CodePrimitiveExpression | Represents a primitive data type value. |
.gif) | CodePropertyReferenceExpression | Represents a reference to the value of a property. |
.gif) | CodePropertySetValueReferenceExpression | Represents the value argument of a property set method call within a property set method. |
.gif) | CodeRegionDirective | Specifies the name and mode for a code region. |
.gif) | CodeRemoveEventStatement | Represents a statement that removes an event handler. |
.gif) | CodeSnippetCompileUnit | Represents a literal code fragment that can be compiled. |
.gif) | CodeSnippetExpression | Represents a literal expression. |
.gif) | CodeSnippetStatement | Represents a statement using a literal code fragment. |
.gif) | CodeSnippetTypeMember | Represents a member of a type using a literal code fragment. |
.gif) | CodeStatement | Represents the abstract base class from which all code statements derive. |
.gif) | CodeStatementCollection | Represents a collection of CodeStatement objects. |
.gif) | CodeThisReferenceExpression | Represents a reference to the current local class instance. |
.gif) | CodeThrowExceptionStatement | Represents a statement that throws an exception. |
.gif) | CodeTryCatchFinallyStatement | Represents a try block with any number of catch clauses and, optionally, a finally block. |
.gif) | CodeTypeConstructor | Represents a static constructor for a class. |
.gif) | CodeTypeDeclaration | Represents a type declaration for a class, structure, interface, or enumeration. |
.gif) | CodeTypeDeclarationCollection | Represents a collection of CodeTypeDeclaration objects. |
.gif) | CodeTypeDelegate | Represents a delegate declaration. |
.gif) | CodeTypeMember | Provides a base class for a member of a type. Type members include fields, methods, properties, constructors and nested types. |
.gif) | CodeTypeMemberCollection | Represents a collection of CodeTypeMember objects. |
.gif) | CodeTypeOfExpression | Represents a typeof expression, an expression that returns a Type for a specified type name. |
.gif) | CodeTypeParameter | Represents a type parameter of a generic type or method. |
.gif) | CodeTypeParameterCollection | Represents a collection of CodeTypeParameter objects. |
.gif) | CodeTypeReference | Represents a reference to a type. |
.gif) | CodeTypeReferenceCollection | Represents a collection of CodeTypeReference objects. |
.gif) | CodeTypeReferenceExpression | Represents a reference to a data type. |
.gif) | CodeVariableDeclarationStatement | Represents a variable declaration. |
.gif) | CodeVariableReferenceExpression | Represents a reference to a local variable. |