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

傳回

PDB 符號產生器。

屬性

例外狀況

僅限 .NET Core 與 .NET 5+:在所有情況下。

適用於