C# 클래스 Mosa.Compiler.Linker.Elf.Section

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

공개 메소드들

메소드 설명
AddDependency ( Section section ) : void
Section ( ) : System.Collections.Generic
WriteSectionHeader ( LinkerFormatType elfType, BinaryWriter writer ) : void

메소드 상세

AddDependency() 공개 메소드

public AddDependency ( Section section ) : void
section Section
리턴 void

Section() 공개 메소드

public Section ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WriteSectionHeader() 공개 메소드

public WriteSectionHeader ( LinkerFormatType elfType, BinaryWriter writer ) : void
elfType LinkerFormatType
writer BinaryWriter
리턴 void