EmbeddedResourceAttribute Class

Microsoft Robotics Class Reference

Used to automatically register embedded assembly resources utilized in HTTP or DSSP operations (for example XSLT documents).

Namespace: Microsoft.Dss.Core.Attributes
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Field, Inherited = true, 
    AllowMultiple = false)]
public sealed class EmbeddedResourceAttribute : Attribute

Remarks

When used at the assembly level, causes resources to be moved to the DSS Proxy. In this case, an empty resourceName will migrate all resources, and a comma seperated list will migrate specific resources. Each resource may optionally begin with the '*' wildcard. Eg: "drive.png,*.xslt"

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.Dss.Core.Attributes..::..EmbeddedResourceAttribute

See Also

EmbeddedResourceAttribute Members

Microsoft.Dss.Core.Attributes Namespace