Dumper.SetAppVersion(Int32, Int32) 方法

定義

設定轉存器的應用程式版本。

public:
 void SetAppVersion(int mostSignificant, int leastSignificant);
public void SetAppVersion(int mostSignificant, int leastSignificant);
member this.SetAppVersion : int * int -> unit
Public Sub SetAppVersion (mostSignificant As Integer, leastSignificant As Integer)

參數

mostSignificant
Int32

最重要的版本。

leastSignificant
Int32

最不重要的版本。

適用於