C# 클래스 WasmSExprEmitter.WasmUtil

파일 보기 프로젝트 열기: WebAssembly/ilwasm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeapSizes int>.Dictionary

공개 메소드들

메소드 설명
ConditionalNewLine ( this formatter ) : void
EscapeIdentifier ( string identifier ) : string
FormatMemberName ( IMemberDefinition member ) : string
OffsetOfField ( FieldDefinition fd ) : int
PickMemoryTypeSuffix ( TypeReference type, bool isStore ) : string
PickTypeKeyword ( TypeReference type ) : string
SizeOfStruct ( TypeReference type ) : int
SizeOfType ( TypeReference type ) : int
WriteSExpr ( this formatter, string keyword, Action interior = null, bool lineBreakInside = false, bool lineBreakAfter = false ) : void

메소드 상세

ConditionalNewLine() 공개 정적인 메소드

public static ConditionalNewLine ( this formatter ) : void
formatter this
리턴 void

EscapeIdentifier() 공개 정적인 메소드

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

FormatMemberName() 공개 정적인 메소드

public static FormatMemberName ( IMemberDefinition member ) : string
member IMemberDefinition
리턴 string

OffsetOfField() 공개 정적인 메소드

public static OffsetOfField ( FieldDefinition fd ) : int
fd Mono.Cecil.FieldDefinition
리턴 int

PickMemoryTypeSuffix() 공개 정적인 메소드

public static PickMemoryTypeSuffix ( TypeReference type, bool isStore ) : string
type Mono.Cecil.TypeReference
isStore bool
리턴 string

PickTypeKeyword() 공개 정적인 메소드

public static PickTypeKeyword ( TypeReference type ) : string
type Mono.Cecil.TypeReference
리턴 string

SizeOfStruct() 공개 정적인 메소드

public static SizeOfStruct ( TypeReference type ) : int
type Mono.Cecil.TypeReference
리턴 int

SizeOfType() 공개 정적인 메소드

public static SizeOfType ( TypeReference type ) : int
type Mono.Cecil.TypeReference
리턴 int

WriteSExpr() 공개 정적인 메소드

public static WriteSExpr ( this formatter, string keyword, Action interior = null, bool lineBreakInside = false, bool lineBreakAfter = false ) : void
formatter this
keyword string
interior Action
lineBreakInside bool
lineBreakAfter bool
리턴 void

프로퍼티 상세

HeapSizes 공개적으로 정적으로 프로퍼티

public static Dictionary HeapSizes
리턴 int>.Dictionary