C# 클래스 Nomad.Inventory.InventoryEntry

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_entryPtr System.IntPtr

공개 메소드들

메소드 설명
AddChild ( InventoryEntry child ) : void
ClearChildren ( ) : void
Equals ( object obj ) : bool
GetBackgroundColor ( ) : Color?
GetHashCode ( ) : int
GetRecursiveEntries ( ) : IEnumerable
GetTextOverlay ( ) : string
GetThumbnailData ( ) : MemoryStream
GetThumbnailOverlay ( ) : Image
InventoryEntry ( IntPtr ptr ) : System
SetChildIndex ( InventoryEntry child, int index ) : void
operator ( ) : bool

메소드 상세

AddChild() 공개 메소드

public AddChild ( InventoryEntry child ) : void
child InventoryEntry
리턴 void

ClearChildren() 공개 메소드

public ClearChildren ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetBackgroundColor() 공개 메소드

public GetBackgroundColor ( ) : Color?
리턴 Color?

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetRecursiveEntries() 공개 메소드

public GetRecursiveEntries ( ) : IEnumerable
리턴 IEnumerable

GetTextOverlay() 공개 메소드

public GetTextOverlay ( ) : string
리턴 string

GetThumbnailData() 공개 메소드

public GetThumbnailData ( ) : MemoryStream
리턴 System.IO.MemoryStream

GetThumbnailOverlay() 공개 메소드

public GetThumbnailOverlay ( ) : Image
리턴 Image

InventoryEntry() 공개 메소드

public InventoryEntry ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

SetChildIndex() 공개 메소드

public SetChildIndex ( InventoryEntry child, int index ) : void
child InventoryEntry
index int
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

m_entryPtr 보호되어 있는 프로퍼티

protected IntPtr,System m_entryPtr
리턴 System.IntPtr