Class MetaFile
Summary description for MetaFile.
Inheritance
System.Object
MetaFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0Syntax
public class MetaFile
Constructors
MetaFile()
Declaration
public MetaFile()
MetaFile(String, Byte[])
Declaration
public MetaFile(string name, byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Byte[] | buffer |
MetaFile(String, String, Byte[])
Declaration
public MetaFile(string name, string contentType, byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | contentType | |
System.Byte[] | buffer |
Properties
Buffer
Declaration
public byte[] Buffer { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastReadTime
Declaration
public DateTime LastReadTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastWriteTime
Declaration
public DateTime LastWriteTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
DeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public MetaFile DeepClone()
Returns
Type | Description |
---|---|
MetaFile | A new object that is a deep copy of the current instance. |