MethodDebugInformation.SequencePointsBlob 屬性

定義

回傳一個編碼序列點的斑點。

public:
 property System::Reflection::Metadata::BlobHandle SequencePointsBlob { System::Reflection::Metadata::BlobHandle get(); };
public System.Reflection.Metadata.BlobHandle SequencePointsBlob { get; }
member this.SequencePointsBlob : System.Reflection.Metadata.BlobHandle
Public ReadOnly Property SequencePointsBlob As BlobHandle

屬性值

一個編碼序列點的 blob,或是如果方法沒有序列點,則 IsNil 屬性為 的 true handle。

備註

用這個 GetSequencePoints 方法來解碼那個斑點。

適用於