Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
imobileconfig / usr / share / imobileconfig / imobileconfig.xml
Size: Mime:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>imobileconfig</name>
    </assembly>
    <members>
        <member name="T:Quamotion.Utilities.CommonOptions">
            <summary>
            Provides common options which can be used by the Quamotion command-line utilties.
            </summary>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.Udid">
            <summary>
            Creates an option which can be used to specify the UDID of a device.
            </summary>
            <returns>
            An option which can be used to specify the UDID of a device.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.License">
            <summary>
            Creates an option which can be used to specify the path to a license file.
            </summary>
            <returns>
            An option which can be used to specify the path to a license file.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.DeveloperDiskDirectory">
            <summary>
            Creates an option which can be used to specify the path to the developer disk directory.
            </summary>
            <returns>
            An option which can be used to specify the path to the developer disk directory.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.ResolveLicense(System.CommandLine.IConsole,System.IO.FileInfo,Quamotion.Common.Licensing.LicenseInformation@)">
            <summary>
            Resolves the path to a license file.
            </summary>
            <param name="console">
            The console to which to write any user messages.
            </param>
            <param name="licensePath">
            The path to a license file, as specified by the user (if any).
            </param>
            <param name="license">
            When this method returns <see langword="true"/>, the resolved license file (if any).
            </param>
            <returns>
            <see langword="true"/> if a valid license file could be found; otherwise, <see langword="false"/>.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.ValidateUdid(System.CommandLine.SymbolResult)">
            <summary>
            Pre-validates a UDID, and makes sure it is properly formatted.
            </summary>
            <param name="symbolResult">
            The symbol result for the UDID option.
            </param>
            <returns>
            <see langword="null"/> if the UDID is properly formatted; otherwise an error message which describes the error.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.ResolveUdid(System.CommandLine.IConsole,Quamotion.Devices.iOS.Managed.IMuxerDeviceClient,System.String,System.Threading.CancellationToken)">
            <summary>
            Resolves the UDID for a device.
            </summary>
            <param name="console">
            The console to which to write any user messages.
            </param>
            <param name="muxer">
            A muxer which is used to list all devices.
            </param>
            <param name="udid">
            The UDID of the device to resolve, if any.
            </param>
            <param name="cancellationToken">
            A <see cref="T:System.Threading.CancellationToken"/> which can be used to cancel the asynchronous operation.
            </param>
            <returns>
            A <see cref="T:Quamotion.Devices.iOS.Managed.MuxerDevice"/> object with the corresponding device if found; otherwise <see langword="null"/>.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.Execute(System.CommandLine.Invocation.InvocationContext,System.String,System.IO.FileInfo,System.Func{Quamotion.Devices.iOS.Managed.IMuxerDeviceClient,Quamotion.Devices.iOS.Managed.IMuxerDevice,System.Threading.CancellationToken,System.Threading.Tasks.Task{Quamotion.Utilities.ExitCode}})">
            <summary>
            Resolves the device and validates a license, and then executes a command.
            </summary>
            <param name="context">
            The current invocation context.
            </param>
            <param name="udid">
            The UDID of the device, if any.
            </param>
            <param name="license">
            The path to the license file, if any.
            </param>
            <param name="inner">
            The inner action to execute.
            </param>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task"/> which represents the asynchronous operation.
            </returns>
        </member>
        <member name="M:Quamotion.Utilities.CommonOptions.Execute(System.CommandLine.Invocation.InvocationContext,System.String,System.IO.FileInfo,System.Boolean,System.Func{Quamotion.Devices.iOS.Managed.IMuxerDeviceClient,Quamotion.Devices.iOS.Managed.IMuxerDevice,System.Threading.CancellationToken,System.Threading.Tasks.Task{Quamotion.Utilities.ExitCode}})">
            <summary>
            Resolves the device and validates a lciense, and then executes a command.
            </summary>
            <param name="context">
            The current invocation context.
            </param>
            <param name="udid">
            The UDID of the device, if any.
            </param>
            <param name="license">
            The current license file, if any.
            </param>
            <param name="startMessageLoop">
            A value indicating whether to execute a message loop or not. The default is false.
            </param>
            <param name="inner">
            The inner action to execute.
            </param>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task"/> which represents the asynchronous operation.
            </returns>
        </member>
        <member name="T:Quamotion.Utilities.ExitCode">
            <summary>
            Represents common exit codes.
            </summary>
        </member>
        <member name="F:Quamotion.Utilities.ExitCode.Success">
            <summary>
            The process completed successfully.
            </summary>
        </member>
        <member name="F:Quamotion.Utilities.ExitCode.LicenseNotFound">
            <summary>
            No valid license file could be found.
            </summary>
        </member>
        <member name="F:Quamotion.Utilities.ExitCode.LicenseInvalid">
            <summary>
            The license file is invalid.
            </summary>
        </member>
        <member name="F:Quamotion.Utilities.ExitCode.DeviceNotFound">
            <summary>
            A device could not be found.
            </summary>
        </member>
        <member name="T:Quamotion.Utilities.MobileConfig.Program">
            <summary>
            Provides commands for managing configuration profiles on mobile devices.
            </summary>
            <summary>
            Provides commands for installing configuration profiles.
            </summary>
            <summary>
            Provides commands for listing mobile configuration profiles.
            </summary>
            <summary>
            Provides commands for removing mobile configuration profiles.
            </summary>
        </member>
        <member name="M:Quamotion.Utilities.MobileConfig.Program.Main(System.String[])">
            <summary>
            The main entrypoint for the program.
            </summary>
            <returns>
            A <see cref="T:System.Threading.Tasks.Task"/> which represents the asynchronous operation.
            </returns>
        </member>
    </members>
</doc>