C# 클래스 ShaderTools.Hlsl.Diagnostics.Diagnostic

상속: ShaderTools.Core.Diagnostics.DiagnosticBase
파일 보기 프로젝트 열기: tgjones/HlslTools 1 사용 예제들

공개 메소드들

메소드 설명
Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
Format ( TextSpan textSpan, DiagnosticId diagnosticId ) : Diagnostic

메소드 상세

Diagnostic() 공개 메소드

public Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
textSpan TextSpan
diagnosticId DiagnosticId
message string
리턴 System.Globalization

Format() 공개 정적인 메소드

public static Format ( TextSpan textSpan, DiagnosticId diagnosticId ) : Diagnostic
textSpan TextSpan
diagnosticId DiagnosticId
리턴 Diagnostic