Share via


CommandLineResource Struct

Definition

Describes a manifest resource specification stored in command line arguments.

public readonly struct CommandLineResource
type CommandLineResource = struct
Public Structure CommandLineResource
Inheritance
CommandLineResource

Properties

Name Description
FullPath

Full path to the resource content file.

IsEmbedded

True if the resource is embedded.

IsLinked

True if the resource is linked.

IsPublic

Accessibility of the resource.

LinkedResourceFileName

File name of a linked resource, or null if the resource is embedded.

ResourceName

Name of the manifest resource as it appears in metadata.

Applies to