CSharp System Type
CSharp examples for System:Type
HOME
CSharp
System
Type
Description
Click the following links for the tutorial for System and Type.
Get Underlying Type
Check if the object is from the given type.
Check if a given item can be assigned to a specific type.
Creates an instance of the specified type using a generated factory to avoid using Reflection.
Is Type Float
Is Type Signed
Gets the loadable types.
Returns all types in that directly or indirectly implement or inherit from the given type.
Get All Exported Types Enum
Cast Type
Get Type Size
Is Integer Type
Cast As generic type
Contains Attribute
Is Type Child Of another Type
Get Variable Type
Is Numeric Type
Simple types are primitive-types and strings
Determines if a specific value is a number.
test if two arrays are equal in contents; arrays should have same type
return all instance fields of a type
test if two objects are equal field by field (with deep inspection of each field)