NamedTypeBuildKey Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The NamedTypeBuildKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NamedTypeBuildKey | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals |
Compare two NamedTypeBuildKey instances.
(Overrides ValueType.Equals(Object).) |
|
Finalize | (Inherited from Object.) | |
GetHashCode |
Calculate a hash code for this instance.
(Overrides ValueType.GetHashCode().) |
|
GetType | (Inherited from Object.) | |
Make | Overloaded. | |
MemberwiseClone | (Inherited from Object.) | |
ReplaceType |
Construct a new build key object with the current type replaced with the specified newType.
|
|
ToString |
Formats the build key as a string (primarily for debugging).
(Overrides ValueType.ToString().) |
Operators
Name | Description | |
---|---|---|
Equality |
Compare two NamedTypeBuildKey instances for equality.
|
|
Inequality |
Compare two NamedTypeBuildKey instances for inequality.
|
Properties
Name | Description | |
---|---|---|
Name |
Returns the name stored in this build key.
|
|
Type |
Return the Type stored in this build key.
|