ProjectResource Constructors
Class Constructors 1 member
A resource that represents a specified .NET project.
Constructor(string) Section titled Constructor(string) Initializes a new instance of the
ProjectResource class. public class ProjectResource{ public ProjectResource( string name) { // ... }}Parameters
name string The name of the resource.