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.
Creates a program database (PDB) symbol generator.
public:
static System::Runtime::CompilerServices::DebugInfoGenerator ^ CreatePdbGenerator();
public static System.Runtime.CompilerServices.DebugInfoGenerator CreatePdbGenerator();
static member CreatePdbGenerator : unit -> System.Runtime.CompilerServices.DebugInfoGenerator
Public Shared Function CreatePdbGenerator () As DebugInfoGenerator
Returns
A PDB symbol generator.
Exceptions
.NET Core and .NET 5+ only: In all cases.