System.Runtime.CompilerServices.DebugInfoGenerator.CreatePdbGenerator C# (CSharp) Méthode

CreatePdbGenerator() public static méthode

Creates PDB symbol generator.
public static CreatePdbGenerator ( ) : DebugInfoGenerator
Résultat DebugInfoGenerator
        public static DebugInfoGenerator CreatePdbGenerator()
        {
            // Creating PDBs is not supported in .NET Core
            throw new PlatformNotSupportedException();
        }