C# 클래스 System.Resources.ResourceReader.ResourceInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
ResourceName string
TypeIndex int
ValuePosition long

공개 메소드들

메소드 설명
ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections

메소드 상세

ResourceInfo() 공개 메소드

public ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections
resourceName string
valuePosition long
type_index int
리턴 System.Collections

프로퍼티 상세

ResourceName 공개적으로 프로퍼티

public string ResourceName
리턴 string

TypeIndex 공개적으로 프로퍼티

public int TypeIndex
리턴 int

ValuePosition 공개적으로 프로퍼티

public long ValuePosition
리턴 long