IUpdatable¶
-
interface IUpdatable : public INamed¶
byte[] IUpdatable.Contents { get; set; }
string IUpdatable.ProductNumber { get; }
int IUpdatable.MaxSize { get; }
Version IUpdatable.Version { get; }
void IUpdatable.SaveContentsToFile(string filename)
void IUpdatable.LoadContentsFromFile(string filename)
ISubscription IUpdatable.SubscribeComplete(UpdatableCompleteHandler handler)