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