Represents an image for uploading. Used to upload new profile and background images.
| C# | Visual Basic |
[SerializableAttribute] public class TwitterImage
<SerializableAttribute> _ Public Class TwitterImage
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterImage()()()() | Initializes a new instance of the TwitterImage class | |
| Data |
Gets or sets the data.
| |
| Equals(Object) | (Inherited from Object.) | |
| Filename |
Gets or sets the filename.
| |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMimeType()()()() |
Gets the image's MIME type.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| ImageType |
Gets or sets the type of the image.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadFromDisk(String) |
Reads a file from the disk and returns a TwitterImage instance for uploading.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| TwitterImage | |