NameDecorator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides simple name decoration (or name mangling) by prefixing names with a label and number.
public class NameDecorator
type NameDecorator = class
Public Class NameDecorator
- Inheritance
-
NameDecorator
Constructors
| NameDecorator(String) |
Creates a new name decorator using the label. |
Methods
| Decorate(QsQualifiedName, Int32) |
Decorates the name of the qualified name with the label of this name decorator and the given number. |
| Decorate(String, Int32) |
Decorates the name with the label of this name decorator and the given number. |
| IsAutoGeneratedName(QsQualifiedName) | |
| OriginalNameFromMonomorphized(QsQualifiedName) | |
| Undecorate(String) |
Reverses decoration previously done to the name using the same label as this name decorator. |