ISetupHelper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper functions.
public interface class ISetupHelper
public interface class ISetupHelper
__interface ISetupHelper
[System.Runtime.InteropServices.Guid("42B21B78-6192-463E-87BF-D577838F1D5C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupHelper
[<System.Runtime.InteropServices.Guid("42B21B78-6192-463E-87BF-D577838F1D5C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupHelper = interface
Public Interface ISetupHelper
- Attributes
Methods
ParseVersion(String) |
Parses a dotted quad version string into a 64-bit unsigned integer. |
ParseVersionRange(String, UInt64, UInt64) |
Parses a dotted quad version string into a 64-bit unsigned integer. |