Share via


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 及更高版本:在所有情况下。

适用于