C# 클래스 Mono.Cecil.Metadata.StringHeap

상속: Heap
파일 보기 프로젝트 열기: jbevain/cecil

공개 메소드들

메소드 설명
Read ( uint index ) : string
StringHeap ( byte data ) : System

보호된 메소드들

메소드 설명
ReadStringAt ( uint index ) : string

메소드 상세

Read() 공개 메소드

public Read ( uint index ) : string
index uint
리턴 string

ReadStringAt() 보호된 메소드

protected ReadStringAt ( uint index ) : string
index uint
리턴 string

StringHeap() 공개 메소드

public StringHeap ( byte data ) : System
data byte
리턴 System