Summary description for AbstractEasyType.
Inheritance Hierarchy
Namespace: X3Platform.DynamicProxy.Builder.CodeBuilderAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract class AbstractEasyType
public ref class AbstractEasyType abstract
The AbstractEasyType type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | BuildType | |
 | CreateConstructor | |
 | CreateDefaultConstructor | |
 | CreateEvent | |
 | CreateField(String, Type) | |
 | CreateField(String, Type, Boolean) | |
 | CreateMethod(String, ReturnReferenceExpression, ArgumentReference) | |
 | CreateMethod(String, MethodAttributes, ReturnReferenceExpression, Type) | |
 | CreateMethod(String, ReturnReferenceExpression, MethodAttributes, ArgumentReference) | |
 | CreateProperty(PropertyInfo) | |
 | CreateProperty(String, Type) | |
 | CreateRuntimeConstructor | |
 | CreateRuntimeMethod | |
 | EnsureBuildersAreInAValidState | |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | ToString | (Inherited from Object.) |
Top
Fields
Properties
See Also