C# 클래스 Microsoft.JScript.Vsa.ResInfo

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filename string
fullpath string
isLinked bool
isPublic bool
name string

공개 메소드들

메소드 설명
ResInfo ( string resinfo, bool isLinked ) : System
ResInfo ( string filename, string name, bool isPublic, bool isLinked ) : System

메소드 상세

ResInfo() 공개 메소드

public ResInfo ( string resinfo, bool isLinked ) : System
resinfo string
isLinked bool
리턴 System

ResInfo() 공개 메소드

public ResInfo ( string filename, string name, bool isPublic, bool isLinked ) : System
filename string
name string
isPublic bool
isLinked bool
리턴 System

프로퍼티 상세

filename 공개적으로 프로퍼티

public string filename
리턴 string

fullpath 공개적으로 프로퍼티

public string fullpath
리턴 string

isLinked 공개적으로 프로퍼티

public bool isLinked
리턴 bool

isPublic 공개적으로 프로퍼티

public bool isPublic
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string