SurroundMethod Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
When using the IMethodDefinition.SurroundMethod call, this enum is used to specify what to do with the "After" code.
Namespace: Cirrus
Enum Values
| | |
|---|---|
| Always | Put the before before the original, a try/finally around the original body and the after inside the finally |
| Exception | Put the before before the original, a try/except around the original body and the after inside the except |
| Never | Put the before before the original, and after after but don't add any try/finally or try/except |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To