Type.GetTypeCode Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Shared Function GetTypeCode ( _
    type As Type _
) As TypeCode
'Usage
Dim type As Type
Dim returnValue As TypeCode

returnValue = Type.GetTypeCode(type)
public static TypeCode GetTypeCode(
    Type type
)
public:
static TypeCode GetTypeCode(
    Type^ type
)
static member GetTypeCode : 
        type:Type -> TypeCode 
public static function GetTypeCode(
    type : Type
) : TypeCode

Parameters

Return Value

Type: TypeCode

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace