Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the runtime type of the specified type.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function GetRuntimeType ( _
reflectionType As Type _
) As Type
public override Type GetRuntimeType(
Type reflectionType
)
public:
virtual Type^ GetRuntimeType(
Type^ reflectionType
) override
abstract GetRuntimeType :
reflectionType:Type -> Type
override GetRuntimeType :
reflectionType:Type -> Type
public override function GetRuntimeType(
reflectionType : Type
) : Type
Parameters
reflectionType
Type: TypeThe type.
Return Value
Type: Type
The runtime type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.