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.
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
CopyToOutputDirectory bool
Location string
Name string

Property Details

CopyToOutputDirectory public property

public bool CopyToOutputDirectory
return bool

Location public property

public string Location
return string

Name public property

public string Name
return string