EmbeddedText.FromBytes 方法

定义

构造 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 为 default-initialized。 filePath 为 null。

filePath 为空。 不支持 checksumAlgorithm

出现 I/O 错误。

注解

从流的开头读取。 使流保持打开状态。

适用于