DebugInfoGenerator.CreatePdbGenerator 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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.DebugInfoGeneratorstatic member CreatePdbGenerator : unit -> System.Runtime.CompilerServices.DebugInfoGeneratorPublic Shared Function CreatePdbGenerator () As DebugInfoGenerator返回
PDB 符号生成器。
- 属性
例外
仅限 .NET Core 和 .NET 5 及更高版本:在所有情况下。