Defines methods for placing phone calls.
| C# | Visual Basic |
public sealed class Phone
Public NotInheritable Class Phone
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Phone()()()() |
Initializes a new instance of the Phone class.
| |
| AddSpeedDial(Int32, String, String) |
Adds an entry to the speed dial list.
| |
| CellularLine |
Returns an object used to interrogate the cellular line properties.
| |
| Equals(Object) | (Inherited from Object.) | |
| 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.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Lines |
Returns a collection of all line devices.
| |
| Manufacturer | Obsolete.
Returns the phone hardware manufacturer.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Model | Obsolete.
Returns the phone hardware model.
| |
| Revision | Obsolete.
Returns the phone hardware revision.
| |
| SerialNumber | Obsolete.
Returns the phone serial number (IMEI).
| |
| SubscriberNumber | Obsolete.
Returns the subscriber number (IMSI).
| |
| ToString()()()() | (Inherited from Object.) |
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile 2003 Pocket PC Phone Edition and later, Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE.NET 4.1 and later |
| Object | |
| Phone | |