Miner.Interop.Process Namespace > PxApplicationClass Class : UpdatePackets Method |
'Declaration
Public Overridable Function UpdatePackets( _ ByRef sBinName As System.String, _ ByRef sWorkingDir As System.String, _ ByVal bMobileUnit As System.Boolean, _ ByRef sApplicationName As System.String, _ ByVal bQuiet As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As PxApplicationClass Dim sBinName As System.String Dim sWorkingDir As System.String Dim bMobileUnit As System.Boolean Dim sApplicationName As System.String Dim bQuiet As System.Boolean Dim value As System.Boolean value = instance.UpdatePackets(sBinName, sWorkingDir, bMobileUnit, sApplicationName, bQuiet)
public virtual System.bool UpdatePackets( ref System.string sBinName, ref System.string sWorkingDir, System.bool bMobileUnit, ref System.string sApplicationName, System.bool bQuiet )
public function UpdatePackets( var sBinName: System.String; var sWorkingDir: System.String; bMobileUnit: System.Boolean; var sApplicationName: System.String; bQuiet: System.Boolean ): System.Boolean; virtual;
public function UpdatePackets( sBinName : System.String, sWorkingDir : System.String, bMobileUnit : System.boolean, sApplicationName : System.String, bQuiet : System.boolean ) : System.boolean;
public: virtual System.bool UpdatePackets( ref System.string* sBinName, ref System.string* sWorkingDir, System.bool bMobileUnit, ref System.string* sApplicationName, System.bool bQuiet )
public: virtual System.bool UpdatePackets( System.String^% sBinName, System.String^% sWorkingDir, System.bool bMobileUnit, System.String^% sApplicationName, System.bool bQuiet )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2