Class TypeDescriptor
Inheritance
System.Object
TypeDescriptor
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class TypeDescriptor : object
Constructors
|
Edit this page
View Source
TypeDescriptor(Type, Boolean)
Declaration
public TypeDescriptor(Type type, bool boxed = false)
Parameters
Type |
Name |
Description |
Type |
type |
|
System.Boolean |
boxed |
|
Fields
|
Edit this page
View Source
A
Declaration
public static readonly TypeDescriptor A
Field Value
|
Edit this page
View Source
B
Declaration
public static readonly TypeDescriptor B
Field Value
|
Edit this page
View Source
C
Declaration
public static readonly TypeDescriptor C
Field Value
|
Edit this page
View Source
D
Declaration
public static readonly TypeDescriptor D
Field Value
|
Edit this page
View Source
F
Declaration
public static readonly TypeDescriptor F
Field Value
|
Edit this page
View Source
I
Declaration
public static readonly TypeDescriptor I
Field Value
|
Edit this page
View Source
J
Declaration
public static readonly TypeDescriptor J
Field Value
|
Edit this page
View Source
M
Declaration
public static readonly TypeDescriptor M
Field Value
|
Edit this page
View Source
N
Declaration
public static readonly TypeDescriptor N
Field Value
|
Edit this page
View Source
O
Declaration
public static readonly TypeDescriptor O
Field Value
|
Edit this page
View Source
OBJECT
Declaration
public static readonly TypeDescriptor OBJECT
Field Value
|
Edit this page
View Source
P
Declaration
public static readonly TypeDescriptor P
Field Value
|
Edit this page
View Source
Q
Declaration
public static readonly TypeDescriptor Q
Field Value
|
Edit this page
View Source
S
Declaration
public static readonly TypeDescriptor S
Field Value
|
Edit this page
View Source
STRING
Declaration
public static readonly TypeDescriptor STRING
Field Value
|
Edit this page
View Source
TYPE
Declaration
public static readonly TypeDescriptor TYPE
Field Value
|
Edit this page
View Source
V
Declaration
public static readonly TypeDescriptor V
Field Value
|
Edit this page
View Source
Z
Declaration
public static readonly TypeDescriptor Z
Field Value
Properties
|
Edit this page
View Source
IsBoxable
Declaration
public bool IsBoxable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsBoxed
Declaration
public bool IsBoxed { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsBoxedNumber
Declaration
public bool IsBoxedNumber { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsBoxedPrimitive
Declaration
public bool IsBoxedPrimitive { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsBoxedValueType
Declaration
public bool IsBoxedValueType { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsPrimitive
Declaration
public bool IsPrimitive { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsReferenceType
Declaration
public bool IsReferenceType { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsValueType
Declaration
public bool IsValueType { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsVoid
Declaration
public bool IsVoid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Value
Declaration
public Type Value { get; }
Property Value
Methods
|
Edit this page
View Source
Boxed()
Declaration
public TypeDescriptor Boxed()
Returns
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
UnBox()
Declaration
public TypeDescriptor UnBox()
Returns
Operators
|
Edit this page
View Source
Equality(TypeDescriptor, TypeDescriptor)
Declaration
public static bool operator ==(TypeDescriptor lhs, TypeDescriptor rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Inequality(TypeDescriptor, TypeDescriptor)
Declaration
public static bool operator !=(TypeDescriptor lhs, TypeDescriptor rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|