C# 클래스 Mono.Cecil.Cil.PdbGuidMapping

파일 보기 프로젝트 열기: Unity-Technologies/cecil

공개 메소드들

메소드 설명
ToGuid ( this type ) : System.Guid
ToHashAlgorithm ( this guid ) : DocumentHashAlgorithm
ToLanguage ( this guid ) : Mono.Cecil.Cil.DocumentLanguage
ToType ( this guid ) : Mono.Cecil.Cil.DocumentType
ToVendor ( this guid ) : Mono.Cecil.Cil.DocumentLanguageVendor

비공개 메소드들

메소드 설명
AddMapping ( Mono.Cecil.Cil.DocumentLanguage language, System.Guid guid ) : void
PdbGuidMapping ( ) : System

메소드 상세

ToGuid() 공개 정적인 메소드

public static ToGuid ( this type ) : System.Guid
type this
리턴 System.Guid

ToHashAlgorithm() 공개 정적인 메소드

public static ToHashAlgorithm ( this guid ) : DocumentHashAlgorithm
guid this
리턴 DocumentHashAlgorithm

ToLanguage() 공개 정적인 메소드

public static ToLanguage ( this guid ) : Mono.Cecil.Cil.DocumentLanguage
guid this
리턴 Mono.Cecil.Cil.DocumentLanguage

ToType() 공개 정적인 메소드

public static ToType ( this guid ) : Mono.Cecil.Cil.DocumentType
guid this
리턴 Mono.Cecil.Cil.DocumentType

ToVendor() 공개 정적인 메소드

public static ToVendor ( this guid ) : Mono.Cecil.Cil.DocumentLanguageVendor
guid this
리턴 Mono.Cecil.Cil.DocumentLanguageVendor