CommandLineResource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |