|
Achievement |
Describes a single achievement, including the achievement name, description, picture, and whether it has been achieved by the currently signed in gamer. |
|
AchievementCollection |
Collection holding the achievements belonging to a signed-in gamer. |
|
AvatarAnimation |
Provides methods and properties for animating an avatar using standard animations (for example, celebrate). |
|
AvatarDescription |
Provides access to the methods and properties of the description data for an avatar. |
|
AvatarRenderer |
Provides properties and methods for rendering a standard avatar. |
|
FriendCollection |
Represents the complete friends list of a local gamer. |
|
FriendGamer |
Provides the presence information of a friend of the local gamer. |
|
GameDefaults |
Describes a gamer's preferred settings. |
|
Gamer |
Abstract base class for types that represent game players (profiles that have an associated gamertag). The concrete types SignedInGamer and NetworkGamer derive from this. |
|
GamerCollection |
Represents a collection of gamers. This collection cannot be modified and is updated automatically during the call to Update. |
|
GamerPresence |
Provides properties to set the rich presence state for a locally signed-in gamer profile. |
|
GamerPrivilegeException |
Thrown if a gamer services or multiplayer API is called without a valid, signed-in profile. |
|
GamerPrivileges |
Describes what operations a gamer is allowed to perform. |
|
GamerProfile |
Profile settings describing information about a gamer such as the gamer's motto, reputation, and gamer picture. This data is accessible for both locally signed in profiles and remote gamers that you are playing with in a multiplayer session. |
|
GamerServicesComponent |
Wraps the functionality of the GamerServicesDispatcher. |
|
GamerServicesDispatcher |
Implements the Windows-specific portion of a GamerServicesDispatcher class. |
|
GamerServicesNotAvailableException |
Thrown if the gamer services system cannot be successfully initialized. |
|
GameUpdateRequiredException |
The exception thrown when a game (title) update is required in order to use Xbox LIVE. |
|
Guide |
Provides access to the Guide user interface. |
|
GuideAlreadyVisibleException |
Thrown if an attmept is made to display a component of the Guide user interface when a Guide component is already displayed. |
|
InviteAcceptedEventArgs |
Represents the arguments passed to an InviteAccepted event. |
|
LeaderboardEntry |
Class representing a single row of a leaderboard, holding all the information a specific gamer has uploaded to the board. |
|
LeaderboardReader |
Reads data from leaderboards. |
|
LeaderboardWriter |
Records leaderboard data for players in a NetworkSession. |
|
NetworkException |
Thrown if there is a network communication failure. |
|
NetworkNotAvailableException |
Thrown if a network connection is unavailable. |
|
PropertyDictionary |
Holds a set of properties used to define presence states or leaderboard column values. |
|
SignedInEventArgs |
Represents the arguments passed to a SignedIn event. |
|
SignedInGamer |
Represents a gamer (a profile that has an associated gamertag) on the local system. |
|
SignedInGamerCollection |
Represents a collection of gamers on the local system. |
|
SignedInGamerExtensions |
Provides additional services to Gamer Services for Xbox LIVE. |
|
SignedOutEventArgs |
Represents the arguments passed to a SignedOut event. |