DebugInfoGenerator.CreatePdbGenerator メソッド

定義

注意事項

The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException.

プログラム データベース (PDB) シンボル ジェネレーターを作成します。

public:
 static System::Runtime::CompilerServices::DebugInfoGenerator ^ CreatePdbGenerator();
[System.Obsolete("The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0008", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Runtime.CompilerServices.DebugInfoGenerator CreatePdbGenerator ();
public static System.Runtime.CompilerServices.DebugInfoGenerator CreatePdbGenerator ();
[<System.Obsolete("The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0008", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member CreatePdbGenerator : unit -> System.Runtime.CompilerServices.DebugInfoGenerator
static member CreatePdbGenerator : unit -> System.Runtime.CompilerServices.DebugInfoGenerator
Public Shared Function CreatePdbGenerator () As DebugInfoGenerator

戻り値

DebugInfoGenerator

PDB シンボル ジェネレーター。

属性

例外

.NET Core および .NET 5 以降のみ:すべての場合。

適用対象