C# 클래스 RunTimeCompiler.ProjectResourceFile

This should probably derived from ProjectContentFile but as I do not know how the structure of these classes will evolve as I'll add more project-readers, I believe it is safer to keep them as independent classes.
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CopyToOutputDirectory bool
DependentUpon string
Location string
Name string

프로퍼티 상세

CopyToOutputDirectory 공개적으로 프로퍼티

public bool CopyToOutputDirectory
리턴 bool

DependentUpon 공개적으로 프로퍼티

public string DependentUpon
리턴 string

Location 공개적으로 프로퍼티

public string Location
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string