Navigation :
TypeRequestInfo
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.IoC |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class TypeRequestInfo
Request information about a type.
Fields
Constructors
TypeRequestInfo(Type type, object tag)
Initializes a new instance of the TypeRequestInfo class.
Parameters
Name |
Description |
type |
The type. |
tag |
The tag. |
Exceptions
Name |
Description |
ArgumentNullException |
The type isnull . |
Properties
Tag
Gets the tag.
Type
Gets the type.
Methods
Equals(object obj)
Determines whether the specified is equal to this instance.
Parameters
Name |
Description |
obj |
The Object to compare with the current Object. |
Returns
true
if the specified is equal to this instance; otherwise,false
.
GetHashCode()
Returns a hash code for this instance.
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
ToString()
Converts the type to a string.
Returns
The string.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion