EmbeddedText.FromStream(String, Stream, SourceHashAlgorithm) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
EmbeddedText從資料流程內容建構 。
public static Microsoft.CodeAnalysis.EmbeddedText FromStream (string filePath, System.IO.Stream stream, Microsoft.CodeAnalysis.Text.SourceHashAlgorithm checksumAlgorithm = Microsoft.CodeAnalysis.Text.SourceHashAlgorithm.Sha1);
static member FromStream : string * System.IO.Stream * Microsoft.CodeAnalysis.Text.SourceHashAlgorithm -> Microsoft.CodeAnalysis.EmbeddedText
Public Shared Function FromStream (filePath As String, stream As Stream, Optional checksumAlgorithm As SourceHashAlgorithm = Microsoft.CodeAnalysis.Text.SourceHashAlgorithm.Sha1) As EmbeddedText
參數
- filePath
- String
要用於 PDB 的檔案路徑 (預先正規化) 。
- stream
- Stream
資料流。
- checksumAlgorithm
- SourceHashAlgorithm
用來計算儲存至 PDB 之文字總和檢查碼的雜湊演算法。
傳回
例外狀況
filePath
為 null。
stream
為 null。
filePath
是空的。
stream
不支援讀取或搜尋。
不支援 checksumAlgorithm
。
發生 I/O 錯誤。
備註
從資料流程開頭讀取。 讓資料流程保持開啟狀態。