IUpdateSourcePointer class
Namespace: Sources
Base class for all update sources. Holds a pointer to a Rust-side update source.
class IUpdateSourcePointer
Remarks
All built-in sources (FileSource, HttpSource, GithubSource, etc.) inherit from this directly. For custom sources with user-provided callbacks, inherit from IUpdateSource instead.
Generated from Velopack (C++ headers)