C# 클래스 ICSharpCode.Decompiler.Disassembler.DisassemblerHelpers

파일 보기 프로젝트 열기: mwoelk83/Mono.Cecil.Fluent 1 사용 예제들

공개 메소드들

메소드 설명
ConvertString ( string str ) : string

Converts special characters to escape sequences within the given string.

Escape ( string identifier ) : string
PrimitiveTypeName ( string fullName ) : string
WriteOffsetReference ( PlainTextOutput writer, dnlib.DotNet.Emit.Instruction instruction ) : void
WriteOperand ( PlainTextOutput writer, object operand ) : void
WriteTo ( this instruction, PlainTextOutput writer ) : void
WriteTo ( this type, PlainTextOutput writer, IlNameSyntax syntax = IlNameSyntax.Signature ) : void

비공개 메소드들

메소드 설명
BuildKeywordList ( ) : HashSet
ConvertChar ( char ch ) : string

Gets the escape sequence for the specified character. This method does not convert ' or ".

IsValidIdentifier ( string identifier ) : bool
IsValidIdentifierCharacter ( char c ) : bool
ToInvariantCultureString ( object value ) : string
WriteLabelList ( PlainTextOutput writer, dnlib.DotNet.Emit.Instruction instructions ) : void

메소드 상세

ConvertString() 공개 정적인 메소드

Converts special characters to escape sequences within the given string.
public static ConvertString ( string str ) : string
str string
리턴 string

Escape() 공개 정적인 메소드

public static Escape ( string identifier ) : string
identifier string
리턴 string

PrimitiveTypeName() 공개 정적인 메소드

public static PrimitiveTypeName ( string fullName ) : string
fullName string
리턴 string

WriteOffsetReference() 공개 정적인 메소드

public static WriteOffsetReference ( PlainTextOutput writer, dnlib.DotNet.Emit.Instruction instruction ) : void
writer PlainTextOutput
instruction dnlib.DotNet.Emit.Instruction
리턴 void

WriteOperand() 공개 정적인 메소드

public static WriteOperand ( PlainTextOutput writer, object operand ) : void
writer PlainTextOutput
operand object
리턴 void

WriteTo() 공개 정적인 메소드

public static WriteTo ( this instruction, PlainTextOutput writer ) : void
instruction this
writer PlainTextOutput
리턴 void

WriteTo() 공개 정적인 메소드

public static WriteTo ( this type, PlainTextOutput writer, IlNameSyntax syntax = IlNameSyntax.Signature ) : void
type this
writer PlainTextOutput
syntax IlNameSyntax
리턴 void