SymbolsUtility Class

Summary

Utility type for determining if a platform supports symbol file generation.

Syntax

public class SymbolsUtility

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Razor.Internal.SymbolsUtility

Methods

Microsoft.AspNet.Mvc.Razor.Internal.SymbolsUtility.SupportsSymbolsGeneration()

Determines if the current platform supports symbols (pdb) generation.

Return type:System.Boolean
Returns:<c>true</c> if pdb generation is supported; <c>false</c> otherwise.
public static bool SupportsSymbolsGeneration()