BinaryLoaderSaverCatalog 類別

定義

的擴充方法集合, DataOperationsCatalog 用來建立元件的實例,以儲存和讀取 IDataView 物件,以及從高效能二進位格式讀取物件。

public static class BinaryLoaderSaverCatalog
type BinaryLoaderSaverCatalog = class
Public Module BinaryLoaderSaverCatalog
繼承
BinaryLoaderSaverCatalog

方法

LoadFromBinary(DataOperationsCatalog, IMultiStreamSource)

IDataViewIMultiStreamSource 二進位檔案載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

LoadFromBinary(DataOperationsCatalog, String)

IDataView從二進位檔案載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

SaveAsBinary(DataOperationsCatalog, IDataView, Stream, Boolean)

IDataView 儲存至二進位資料流程。

適用於