Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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