C# 클래스 RunTimeCompiler.ProjectContentFile

This should probably be the base class for all other project-file classes 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
Location string
Name string

프로퍼티 상세

CopyToOutputDirectory 공개적으로 프로퍼티

public bool CopyToOutputDirectory
리턴 bool

Location 공개적으로 프로퍼티

public string Location
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string