Class ZIPResource
ZIP resource.
Inherited Members
Namespace: VisioForge.Core
Assembly: VisioForge.Core.dll
Syntax
public class ZIPResource
Constructors
ZIPResource(string, string, object)
Initializes a new instance of the ZIPResource class.
Declaration
public ZIPResource(string filename, string name, object data)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
string | name | The name. |
object | data | The data. |
Properties
Data
Gets or sets the data.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
object | The data. |
Filename
Gets or sets the filename.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string | The filename. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Methods
GetData()
Gets the data.
Declaration
public byte[] GetData()
Returns
Type | Description |
---|---|
byte[] | System.Byte[]. |