.NET Components for Mobility

Peter Foot

Microsoft Device Application Development MVP

More on "My" Functionality in Mobile In The Hand 4.0

In the last post on "My" functionality I showed you how to get started adding the My Extensions to your project. In this post I have assembled a detailed tree of all the "My" functionality added in Mobile In The Hand 4.0.

  • My
    • Application
      • Culture
      • Info
        • AssemblyName
        • CompanyName
        • Copyright
        • Description
        • DirectoryPath
        • ProductName
        • Title
        • Trademark
        • Version
      • UICulture
    • Computer
      • Audio
        • Play()
        • PlaySystemSound()
        • Stop()
      • Clipboard
        • Clear()
        • GetData()
        • GetDataObject()
        • GetImage()
        • GetText()
        • SetData()
        • SetDataObject()
        • SetImage()
        • SetText()
      • Clock
        • GmtTime
        • LocalTime
        • TickCount
      • FileSystem
        • CombinePath()
        • CopyDirectory()
        • CopyFile()
        • CreateDirectory()
        • DeleteDirectory()
        • DeleteFile()
        • Drives
        • FileExists()
        • GetDirectories()
        • GetDirectoryInfo()
        • GetDriveInfo()
        • GetFileInfo()
        • GetFiles()
        • GetName()
        • GetParentPath()
        • GetTempFileName()
        • MoveDirectory()
        • MoveFile()
        • OpenTextFileReader()
        • OpenTextFileWriter()
        • ReadAllBytes()
        • ReadAllText()
        • RenameDirectory()
        • RenameFile()
        • SpecialDirectories
          • CurrentUserApplicationData
          • MyDocuments
          • ProgramFiles
          • Programs
          • Temp
        • WriteAllBytes()
        • WriteAllText()
      • Info
        • AvailablePhysicalMemory
        • AvailableVirtualMemory
        • InstalledUICulture
        • OSPlatform
        • OSVersion
        • TotalPhysicalMemory
        • TotalVirtualMemory
      • Keyboard
        • SendKeys()
      • Name
      • Ports
        • OpenSerialPort()
        • SerialPortNames
      • Registry
        • ClassesRoot
        • CurrentUser
        • GetValue()
        • LocalMachine
        • SetValue()
      • Screen
    • User
      • Name

A full online library of class documentation for all this and more is available. For more information about Mobile In The Hand see the product page.

Comments

No Comments

About PeterFoot

Peter Foot is co-author of the Microsoft Mobile Development Handbook published by Microsoft Press. Peter has been awarded the Microsoft Most Valuable Professional (MVP) accolade since 2003 for his involvement in the Microsoft .NET Compact Framework developer community. Alongside an active presence in several online forums and communities, attendance at developer conferences and involvement in shared-source projects, Peter has also written a number of technical articles and maintains an active technical blog.
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.