Name Methods |
The Name type exposes the following members.
Name | Description | |
---|---|---|
Equals | Compares this Name object to the specified Object.
(Overrides ObjectEquals(Object).) | |
FindName | Returns a reference to a Name object for the specified nameString or
null if a Name does not exist.
| |
FreeGlobalNameTable |
Purges all entries from the global name table.
| |
GetHashCode | GetHashCode() override to correspond to
Equals(Object) Equals()
(Overrides ObjectGetHashCode.) | |
GetName | Returns a reference to a Name object for the specified nameString
creating it if it doesn't exist already.
| |
HasName | Returns true if a reference to a Name
object exists for the specified nameString.
| |
ToString | Returns the String this Name object represents.
(Overrides ObjectToString.) |