VsTargetFrameworkProvider Class
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.
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
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. |