MethodDebugInformation.Document プロパティ

定義

メソッドのすべてのシーケンス ポイントを含む単一のドキュメントのハンドルを取得します。

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

プロパティ値

メソッドのすべてのシーケンス ポイントを含む 1 つのドキュメントのハンドル、または メソッドがシーケンス ポイントを持たないか、複数のドキュメントにまたがる場合に プロパティが true であるハンドルIsNil

適用対象