DebugInfoGenerator.CreatePdbGenerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The CreatePdbGenerator API is not supported and throws PlatformNotSupportedException.
Creates a program database (PDB) symbol generator.
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
Returns
A PDB symbol generator.
- Attributes
Exceptions
.NET Core and .NET 5+ only: In all cases.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.