VsTargetFrameworkProvider::GetRuntimeType Method (Type^)

 

Gets the runtime type of the specified type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual Type^ GetRuntimeType(
	Type^ reflectionType
) override

Parameters

reflectionType
Type: System::Type^

The type.

Return Value

Type: System::Type^

The runtime type.

Return to top
Show: