The Util type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBackupFile
The BackupFile method backs up a file to the backup folder
Public methodStatic memberCopyFile
The CopyFile method copies a file from the temporary extract location.
Public methodStatic memberDeleteFile(String, String, Logger)
The DeleteFile method deletes a file.
Public methodStatic memberDeleteFile(InstallFile, String, Logger)
The DeleteFile method deletes a file.
Public methodStatic memberDeployExtension
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetExternalRequest(String, array<Byte>[]()[][], String, String, String, String, Int32, Boolean, String, String, String%)
Public methodStatic memberGetExternalRequest(String, array<Byte>[]()[][], String, String, String, String, Int32, Boolean, String, String, String%, Int32)
Public methodStatic memberGetExternalRequest(String, array<Byte>[]()[][], String, String, String, String, Int32, String, String, Boolean, String, String, String%)
Public methodStatic memberGetExternalRequest(String, array<Byte>[]()[][], String, String, String, String, Int32, String, String, Boolean, String, String, String%, Int32)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLocalizedString
The GetLocalizedString method provides a conveniencewrapper around the Localization of Strings
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInstallURL(Int32, String)
The InstallURL method provides a utility method to build the correct url to install a package (and return to where you came from)
Public methodStatic memberInstallURL(Int32, String, String)
Public methodStatic memberInstallURL(Int32, String, String, String)
Public methodStatic memberIsFileValid
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPackageWriterURL
The PackageWriterURL method provides a utility method to build the correct url to create a package (and return to where you came from)
Public methodStatic memberParsePackageIconFile
Public methodStatic memberParsePackageIconFileName
Public methodStatic memberReadAttribute(XPathNavigator, String)
Public methodStatic memberReadAttribute(XPathNavigator, String, Logger, String)
Public methodStatic memberReadAttribute(XPathNavigator, String, Boolean, Logger, String, String)
Public methodStatic memberReadElement(XPathNavigator, String)
Public methodStatic memberReadElement(XPathNavigator, String, String)
Public methodStatic memberReadElement(XPathNavigator, String, Logger, String)
Public methodStatic memberReadElement(XPathNavigator, String, Boolean, Logger, String, String)
Public methodStatic memberRestoreFile
The RestoreFile method restores a file from the backup folder
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnInstallURL(Int32, Int32)
The UnInstallURL method provides a utility method to build the correct url to uninstall a package (and return to where you came from)
Public methodStatic memberUnInstallURL(Int32, Int32, String)
Public methodStatic memberWriteStream
The WriteStream reads a source stream and writes it to a destination file

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also