Causes the object to reread file attribs and other information from the card when needed next time. Otherwise it will reuse information from previous calls.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public virtual void Refresh()
Visual Basic
Public Overridable Sub Refresh
Visual C++
public:
virtual void Refresh()
F#
abstract Refresh : unit -> unit 
override Refresh : unit -> unit 

See Also