Click or drag to resize
TypeReference Class
Summary description for TypeReference.
Inheritance Hierarchy

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 TypeReference : Reference

The TypeReference type exposes the following members.

Constructors
  NameDescription
Public methodTypeReference(Type)
Initializes a new instance of the TypeReference class
Public methodTypeReference(Reference, Type)
Initializes a new instance of the TypeReference class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerate (Inherited from Reference.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoadAddressOfReference (Inherited from Reference.)
Public methodLoadReference (Inherited from Reference.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStoreReference (Inherited from Reference.)
Public methodToAddressOfExpression (Inherited from Reference.)
Public methodToExpression (Inherited from Reference.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyOwnerReference (Inherited from Reference.)
Public propertyType
Top
See Also