Summary
Represents an embedded resource.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EmbeddedResource"]
class Type type-node
Syntax
public class EmbeddedResource
Remarks
Do not yet expose this to build authors.
Constructors
Name | Summary |
---|---|
EmbeddedResource |
Initializes a new instance of the NAnt.DotNet.Types.EmbeddedResource
with the specified file name and manifest resource name.
|
Properties
Name | Value | Summary |
---|---|---|
File | string |
Gets the physical location of the resource to embed.
|
ManifestResourceName | string |
Gets the manifest resource name to use when embedding the resource.
|