共用方式為


GeneralUtility.DecompressToObject 方法

還原序列化壓縮格式中的物件。

命名空間:  Microsoft.Office.Project.Server.Library
組件:  Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)

語法

'宣告
Public Shared Function DecompressToObject ( _
    data As Byte() _
) As Object
'用途
Dim data As Byte()
Dim returnValue As Object

returnValue = GeneralUtility.DecompressToObject(data)
public static Object DecompressToObject(
    byte[] data
)

參數

  • data
    類型:[]

    物件的壓縮的資料。

傳回值

類型:System.Object

請參閱

參照

GeneralUtility 類別

GeneralUtility 成員

Microsoft.Office.Project.Server.Library 命名空間