NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.Refresh

Clears the properties and events from the cache.

Overload List

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);

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace