VsTargetFrameworkProvider Class

Definition

Important

This API is not CLS-compliant.

Represents information about the target framework.

public ref class VsTargetFrameworkProvider : System::ComponentModel::TypeDescriptionProvider
[System.CLSCompliant(false)]
public class VsTargetFrameworkProvider : System.ComponentModel.TypeDescriptionProvider
public class VsTargetFrameworkProvider : System.ComponentModel.TypeDescriptionProvider
[<System.CLSCompliant(false)>]
type VsTargetFrameworkProvider = class
    inherit TypeDescriptionProvider
type VsTargetFrameworkProvider = class
    inherit TypeDescriptionProvider
Public Class VsTargetFrameworkProvider
Inherits TypeDescriptionProvider
Inheritance
VsTargetFrameworkProvider
Attributes

Constructors

VsTargetFrameworkProvider(IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

VsTargetFrameworkProvider(IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, TypeDescriptionProvider, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, IDesignTimeAssemblyLoader, String, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, IDesignTimeAssemblyLoader, String, TypeDescriptionProvider, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, String, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, String, TypeDescriptionProvider, IVsSmartOpenScope)

Initializes a new instance of VsTargetFrameworkProvider.

Properties

ProviderService

Gets or sets the provider service.

Methods

GetExtendedTypeDescriptor(Object)

Gets the custom type description of the specified object.

GetReflectionAssembly(AssemblyName)

Gets the assembly that has the specified assembly name.

GetReflectionType(Type, Object)

Gets the type of the specified object with the specified object type.

GetRuntimeType(Type)

Gets the runtime type of the specified type.

GetTypeDescriptor(Type, Object)

Gets the type descriptor for the specified object and type.

IsSupportedType(Type)

Determines whether or not the specified type is supported.

Refresh(AssemblyName)

Refreshes the information for the specified assembly.

RefreshAll()

Refreshes every assembly.

Applies to