Click or drag to resize
Expression Class
Summary description for Expression.
Inheritance Hierarchy
SystemObject
  X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTExpression
    More...

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class Expression : IEmitter

The Expression type exposes the following members.

Constructors
  NameDescription
Public methodExpression
Initializes a new instance of the Expression class
Top
Methods
  NameDescription
Public methodEmit
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTAddressOfReferenceExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTBinaryExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTConditionExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTConstructorInvocationExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTConvertExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTLoadRefArrayElementExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTLockBlockExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTMethodInvocationExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTMethodPointerExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTMethodTokenExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTNewArrayExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTNewInstanceExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTNullExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReferenceExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReferencesToObjectArrayExpression
    X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTTypeTokenExpression