VsTargetFrameworkProvider.GetRuntimeType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the runtime type of the specified type.
public:
override Type ^ GetRuntimeType(Type ^ reflectionType);
public:
override Platform::Type ^ GetRuntimeType(Platform::Type ^ reflectionType);
public override Type GetRuntimeType (Type reflectionType);
override this.GetRuntimeType : Type -> Type
Public Overrides Function GetRuntimeType (reflectionType As Type) As Type
Parameters
- reflectionType
- Type
The type.
Returns
The runtime type.