C# Class 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.
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
CopyToOutputDirectory bool
DependentUpon string
Location string
Name string

Property Details

CopyToOutputDirectory public_oe property

public bool CopyToOutputDirectory
return bool

DependentUpon public_oe property

public string DependentUpon
return string

Location public_oe property

public string Location
return string

Name public_oe property

public string Name
return string