C# 클래스 Mosa.Compiler.Linker.LinkerSymbol

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
AddPatch ( LinkRequest linkRequest ) : void
ApplyPatch ( long offset, ulong value, byte patchSize, Endianness endianness ) : void
ComputeMD5Hash ( ) : string
RemovePatches ( ) : void
SetData ( MemoryStream stream ) : void
SetData ( byte data ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
LinkerSymbol ( string name, SectionKind kind, uint alignment ) : System.Collections.Generic

메소드 상세

AddPatch() 공개 메소드

public AddPatch ( LinkRequest linkRequest ) : void
linkRequest LinkRequest
리턴 void

ApplyPatch() 공개 메소드

public ApplyPatch ( long offset, ulong value, byte patchSize, Endianness endianness ) : void
offset long
value ulong
patchSize byte
endianness Endianness
리턴 void

ComputeMD5Hash() 공개 메소드

public ComputeMD5Hash ( ) : string
리턴 string

RemovePatches() 공개 메소드

public RemovePatches ( ) : void
리턴 void

SetData() 공개 메소드

public SetData ( MemoryStream stream ) : void
stream System.IO.MemoryStream
리턴 void

SetData() 공개 메소드

public SetData ( byte data ) : void
data byte
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string