Clears the properties and events from the cache.
Clears the properties and events for the specified type of component from the cache.
[Visual Basic] Overloads Public Shared Sub Refresh(Type)
[C#] public static void Refresh(Type);
[C++] public: static void Refresh(Type*);
[JScript] public static function Refresh(Type);
Clears the properties and events for the specified module from the cache.
[Visual Basic] Overloads Public Shared Sub Refresh(Module)
[C#] public static void Refresh(Module);
[C++] public: static void Refresh(Module*);
[JScript] public static function Refresh(Module);
Clears the properties and events for the specified component from the cache.
[Visual Basic] Overloads Public Shared Sub Refresh(Object)
[C#] public static void Refresh(Object);
[C++] public: static void Refresh(Object*);
[JScript] public static function Refresh(Object);
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace