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

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class EasyCallable : EasyNested

The EasyCallable type exposes the following members.

Constructors
  NameDescription
Public methodEasyCallable
Initializes a new instance of the EasyCallable class
Top
Methods
  NameDescription
Public methodBuildType (Inherited from AbstractEasyType.)
Public methodCreateConstructor (Inherited from AbstractEasyType.)
Public methodCreateDefaultConstructor (Inherited from AbstractEasyType.)
Public methodCreateEvent (Inherited from AbstractEasyType.)
Public methodCreateField(String, Type) (Inherited from AbstractEasyType.)
Public methodCreateField(String, Type, Boolean) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, ReturnReferenceExpression, ArgumentReference) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, MethodAttributes, ReturnReferenceExpression, Type) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, ReturnReferenceExpression, MethodAttributes, ArgumentReference) (Inherited from AbstractEasyType.)
Public methodCreateProperty(PropertyInfo) (Inherited from AbstractEasyType.)
Public methodCreateProperty(String, Type) (Inherited from AbstractEasyType.)
Public methodCreateRuntimeConstructor (Inherited from AbstractEasyType.)
Public methodCreateRuntimeMethod (Inherited from AbstractEasyType.)
Protected methodEnsureBuildersAreInAValidState (Inherited from AbstractEasyType.)
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
Fields
  NameDescription
Protected field_constructors (Inherited from AbstractEasyType.)
Protected field_events (Inherited from AbstractEasyType.)
Protected field_methods (Inherited from AbstractEasyType.)
Protected field_nested (Inherited from AbstractEasyType.)
Protected field_properties (Inherited from AbstractEasyType.)
Protected field_typebuilder (Inherited from AbstractEasyType.)
Top
Properties
See Also