C# Class 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.
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
CopyToOutputDirectory bool
Location string
Name string

Property Details

CopyToOutputDirectory public_oe property

public bool CopyToOutputDirectory
return bool

Location public_oe property

public string Location
return string

Name public_oe property

public string Name
return string