Share via


BinaryResource Class

Represents a binary stream of information, such as a bitmap.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public MustInherit Class BinaryResource
'Usage
Dim instance As BinaryResource
public abstract class BinaryResource
public ref class BinaryResource abstract
public abstract class BinaryResource

Remarks

The BinaryResource class provides access to a raw data stream.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Services.BinaryResource

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BinaryResource Members

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility Architecture