ConstructorOfValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] ConstructorOfValue = public class(Value)
ConstructorOfValue returns a ConstructorInfo instance for the method specified in the constructor. This is useful to use reflection to invoke a method, or to generate Expression instances.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aMethod: IMethod; aType: IType) | Create a new instance of this class; the type passed is the type this method belongs to; this is required for generic types |
| constructor) | Create a new instance of this class |
Properties
| | |
|---|---|
| Method: IMethod | Gets or sets the method |
| Type: IType | Gets or sets the type to get this method on |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To