- G() - Method in class Microsoft.Xna.Framework.Color
-
Gets the Green component of this Color.
- Gainsboro - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:220 G:220 B:220 A:255.
- GameDifficulty - Enum in Microsoft.Xna.Framework.GamerServices
-
Indicates how difficult this gamer likes things to be.
- GamePad - Class in Microsoft.Xna.Framework.Input
-
Allows retrieval of user interaction with an Xbox 360 Controller and setting of controller vibration motors.
- GamePad() - Constructor for class Microsoft.Xna.Framework.Input.GamePad
-
- GamePadButtons - Class in Microsoft.Xna.Framework.Input
-
Identifies whether the buttons on an Xbox 360 Controller are pressed or released.
- GamePadButtons(EnumSet<Buttons>) - Constructor for class Microsoft.Xna.Framework.Input.GamePadButtons
-
Initializes a new instance of the GamePadButtons class, setting the specified buttons to pressed.
- GamePadCapabilities - Class in Microsoft.Xna.Framework.Input
-
Describes the capabilities of an Xbox 360 Controller, including controller type and whether the controller supports voice.
- GamePadDeadZone - Enum in Microsoft.Xna.Framework.Input
-
Specifies a type of dead zone processing to apply to Xbox 360 controller analog sticks when calling GamePad.GetState.
- GamePadDPad - Class in Microsoft.Xna.Framework.Input
-
Identifies which directions on the directional pad of an Xbox 360 Controller are being pressed.
- GamePadDPad(ButtonState, ButtonState, ButtonState, ButtonState) - Constructor for class Microsoft.Xna.Framework.Input.GamePadDPad
-
Initializes a new instance of the GamePadDPad class.
- GamePadState - Class in Microsoft.Xna.Framework.Input
-
Represents specific information about the state of an Xbox 360 Controller, including the current state of buttons and sticks.
- GamePadState(GamePadThumbSticks, GamePadTriggers, GamePadButtons, GamePadDPad) - Constructor for class Microsoft.Xna.Framework.Input.GamePadState
-
Initializes a new instance of the GamePadState class using the specified GamePadThumbSticks, GamePadTriggers, GamePadButtons, and GamePadDPad.
- GamePadState(Vector2, Vector2, float, float, Buttons...) - Constructor for class Microsoft.Xna.Framework.Input.GamePadState
-
Initializes a new instance of the GamePadState class with the specified stick, trigger, and button values.
- GamePadThumbSticks - Class in Microsoft.Xna.Framework.Input
-
Structure that represents the position of left and right sticks (thumbsticks) on an Xbox 360 Controller.
- GamePadThumbSticks(Vector2, Vector2) - Constructor for class Microsoft.Xna.Framework.Input.GamePadThumbSticks
-
Initializes a new instance of the GamePadThumbSticks class.
- GamePadTriggers - Class in Microsoft.Xna.Framework.Input
-
Structure that defines the position of the left and right triggers on an Xbox 360 Controller.
- GamePadTriggers(float, float) - Constructor for class Microsoft.Xna.Framework.Input.GamePadTriggers
-
Initializes a new instance of the GamePadTriggers class.
- Gamer - Class in Microsoft.Xna.Framework.GamerServices
-
- Gamer() - Constructor for class Microsoft.Xna.Framework.GamerServices.Gamer
-
- GamerCollection<T extends Gamer> - Class in Microsoft.Xna.Framework.GamerServices
-
- GamerCollection(List<T>) - Constructor for class Microsoft.Xna.Framework.GamerServices.GamerCollection
-
- GamerProfile - Class in Microsoft.Xna.Framework.GamerServices
-
Profile settings describing information about a gamer such as the gamer's motto, reputation, and gamer picture.
- GamerProfile() - Constructor for class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
- GamerServicesDispatcher - Class in Microsoft.Xna.Framework.GamerServices
-
Implements the Windows-specific portion of a GamerServicesDispatcher class.
- GamerServicesDispatcher() - Constructor for class Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher
-
- GamerZone - Enum in Microsoft.Xna.Framework.GamerServices
-
This style of social gaming preferred by this Xbox LIVE member.
- GestureSample - Class in Microsoft.Xna.Framework.Input.Touch
-
A representation of data from a multitouch gesture over a span of time.
- GestureSample(GestureType, TimeSpan, Vector2, Vector2, Vector2, Vector2) - Constructor for class Microsoft.Xna.Framework.Input.Touch.GestureSample
-
- GestureType - Variable in class Microsoft.Xna.Framework.Input.Touch.GestureSample
-
The type of gesture in a multitouch gesture sample.
- GestureType - Enum in Microsoft.Xna.Framework.Input.Touch
-
Contains values that represent different multitouch gestures that can be detected by TouchPanel.ReadGesture.
- get(SurfaceFormat) - Method in class Microsoft.Xna.Framework.Graphics.DisplayModeCollection
-
Retrieves the DisplayMode structure with the specified format.
- get(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotationCollection
-
Gets a specific EffectAnnotation object by using an index value.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotationCollection
-
Gets a specific EffectAnnotation object by using a name.
- get(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameterCollection
-
Gets a specific EffectParameter object by using an index value.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameterCollection
-
Gets a specific EffectParameter by name.
- get(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectPassCollection
-
Gets a specific element in the collection by using an index value.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.EffectPassCollection
-
Gets a specific element in the collection by using a name.
- get(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectTechniqueCollection
-
Gets a specific element in the collection by using an index value.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.EffectTechniqueCollection
-
Gets a specific element in the collection by using a name.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.ModelBoneCollection
-
Retrieves a ModelBone from the collection, given the name of the bone.
- get(String) - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshCollection
-
Retrieves a ModelMesh from the collection, given the name of the mesh.
- get(int) - Method in class Microsoft.Xna.Framework.Graphics.TextureCollection
-
Gets the Texture at the specified sampler number.
- get(Keys) - Method in class Microsoft.Xna.Framework.Input.KeyboardState
-
Returns the state of a particular key.
- get(int) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Gets the information of the specified touch location.
- get(int) - Method in interface System.Collections.Generic.IList
-
- get(int) - Method in class System.Collections.ObjectModel.Collection
-
Gets the element at the specified index.
- get(TKey) - Method in class System.Collections.ObjectModel.KeyedCollection
-
Gets the element with the specified key.
- get(int) - Method in class System.Collections.ObjectModel.ReadOnlyCollection
-
Gets the element at the specified index.
- getActualValue() - Method in exception System.ArgumentOutOfRangeException
-
Gets the argument value that causes this exception.
- getAdapter() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getAdapters() - Static method in class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
Collection of available adapters on the system.
- getAlpha() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the material alpha which determines its transparency.
- getAlphaBlendFunction() - Method in class Microsoft.Xna.Framework.Graphics.BlendState
-
Gets the arithmetic operation when blending alpha values.
- getAmbientLightColor() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectLights
-
Gets the ambient light color for the current effect.
- getAnnotations() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the collection of EffectAnnotation objects for this parameter.
- getAnnotations() - Method in class Microsoft.Xna.Framework.Graphics.EffectPass
-
Gets the set of EffectAnnotation objects for this EffectPass.
- getAnnotations() - Method in class Microsoft.Xna.Framework.Graphics.EffectTechnique
-
Gets the EffectAnnotation objects associated with this technique.
- getAspectRatio() - Method in class Microsoft.Xna.Framework.Graphics.DisplayMode
-
Gets the aspect ratio used by the graphics device.
- getAspectRatio() - Method in class Microsoft.Xna.Framework.Graphics.Viewport
-
Gets the aspect ratio used by the viewport.
- getAssetName() - Method in class Microsoft.Xna.Framework.Content.ContentReader
-
- getAverageRoundTripTime() - Method in class Microsoft.Xna.Framework.Net.QualityOfService
-
Gets the average (median) round trip time of all the network packets that were sent during the quality of service measurement process.
- GetBackBufferData(Rectangle, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- GetBackBufferData(T[]) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- GetBackBufferData(T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getBackward() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the backward vector of the Matrix.
- getBaseStream() - Method in class System.IO.BinaryReader
-
- getBaseStream() - Method in class System.IO.BinaryWriter
-
Gets the underlying stream of the System.IO.BinaryWriter.
- getBlendFactor() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getBones() - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Gets a collection of ModelBone objects which describe how each mesh in the Meshes collection for this model relates to its parent mesh.
- getBoundingSphere() - Method in class Microsoft.Xna.Framework.Graphics.ModelMesh
-
Gets the BoundingSphere that contains this mesh.
- getBounds() - Method in class Microsoft.Xna.Framework.Graphics.PresentationParameters
-
- getBounds() - Method in class Microsoft.Xna.Framework.Graphics.Viewport
-
Gets the size of this resource.
- GetBuffer() - Method in class System.IO.MemoryStream
-
Returns the array of unsigned bytes from which this stream was created.
- getBufferUsage() - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets the state of the related BufferUsage enumeration.
- getBufferUsage() - Method in class Microsoft.Xna.Framework.Graphics.VertexBuffer
-
- getBytesPerSecondDownstream() - Method in class Microsoft.Xna.Framework.Net.QualityOfService
-
Gets an estimate of the available downstream network bandwidth from the session host to this machine, measured in bytes per second.
- getBytesPerSecondUpstream() - Method in class Microsoft.Xna.Framework.Net.QualityOfService
-
Gets an estimate of the available upstream network bandwidth from this machine to the session host, measured in bytes per second.
- GetCapabilities(PlayerIndex) - Static method in class Microsoft.Xna.Framework.Input.GamePad
-
Retrieves the capabilities of an Xbox 360 Controller.
- getCapacity() - Method in class System.IO.MemoryStream
-
Gets the number of bytes allocated for this stream.
- getChildren() - Method in class Microsoft.Xna.Framework.Graphics.ModelBone
-
Gets a collection of bones that are children of this bone.
- getColumnCount() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the number of columns in this effect annotation.
- getColumnCount() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the number of columns in the parameter description.
- getComparer() - Method in class System.Collections.ObjectModel.KeyedCollection
-
- getContentmanager() - Method in class Microsoft.Xna.Framework.Content.ContentReader
-
- GetCorners() - Method in class Microsoft.Xna.Framework.BoundingBox
-
Gets an array of points that make up the corners of the BoundingBox.
- GetCorners(Vector3[]) - Method in class Microsoft.Xna.Framework.BoundingBox
-
Defines an axis-aligned box-shaped 3D volume.
- getCubeMapFace() - Method in class Microsoft.Xna.Framework.Graphics.RenderTargetBinding
-
Gets one face of a CubeMap.
- getCullMode() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
- getCurrentDisplayMode() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
Gets the current display mode.
- GetData(int, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets a copy of the index buffer data, specifying the start index, starting offset, number of elements, and size of the elements.
- GetData(T[]) - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets a copy of the index buffer data.
- GetData(T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets a copy of the index buffer data, specifying the start index and number of elements.
- GetData(T[]) - Method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Gets a copy of 2D texture data.
- GetData(T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Gets a copy of 2D texture data, specifying a start index and number of elements.
- GetData(int, Rectangle, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Gets a copy of 2D texture data, specifying a mipmap level, source rectangle, start index, and number of elements.
- GetData(T[]) - Method in class Microsoft.Xna.Framework.Graphics.Texture3D
-
- GetData(T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.Texture3D
-
- GetData(int, int, int, int, int, int, int, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.Texture3D
-
- GetData(CubeMapFace, T[]) - Method in class Microsoft.Xna.Framework.Graphics.TextureCube
-
- GetData(CubeMapFace, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.TextureCube
-
- GetData(CubeMapFace, int, Rectangle, T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.TextureCube
-
- GetData(T[]) - Method in class Microsoft.Xna.Framework.Graphics.VertexBuffer
-
- GetData(T[], int, int) - Method in class Microsoft.Xna.Framework.Graphics.VertexBuffer
-
- GetData(int, T[], int, int, int) - Method in class Microsoft.Xna.Framework.Graphics.VertexBuffer
-
- getDays() - Method in class System.TimeSpan
-
Gets the number of whole days represented by the current TimeSpan structure.
- getDefaultAdapter() - Static method in class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
Gets the default adapter.
- getDepthBias() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
Retrieves the depth bias for polygons, which is the amount of bias to apply to the depth of a primitive to alleviate depth testing problems for primitives of similar
depth.
- getDepthBufferEnable() - Method in class Microsoft.Xna.Framework.Graphics.DepthStencilState
-
- getDepthStencilFormat() - Method in class Microsoft.Xna.Framework.Graphics.RenderTarget2D
-
Gets the data format for the depth stencil data.
- getDepthStencilFormat() - Method in class Microsoft.Xna.Framework.Graphics.RenderTargetCube
-
Gets the depth format of this rendertarget.
- getDeviceName() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).
- getDictionary() - Method in class System.Collections.ObjectModel.KeyedCollection
-
- getDiffuseColor() - Method in class Microsoft.Xna.Framework.Graphics.DirectionalLight
-
Gets or sets the diffuse color of the light.
- getDiffuseColor() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the diffuse color for a material.
- getDirection() - Method in class Microsoft.Xna.Framework.Graphics.DirectionalLight
-
Gets the light direction.
- getDirectionalLight0() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectLights
-
Gets the first directional light for the current effect.
- getDirectionalLight1() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectLights
-
Gets the second directional light for the current effect.
- getDirectionalLight2() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectLights
-
Gets the third directional light for the current effect.
- GetDirectoryNames(String) - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Enumerates the directories in the root of a StorageContainer that conform to a search pattern.
- GetDirectoryNames() - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Enumerates the directories in the root of a StorageContainer.
- getDisplayName() - Method in class Microsoft.Xna.Framework.GamerServices.Gamer
-
- getDisplayName() - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Gets the name of the title.
- getDistanceScale() - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Gets a value that adjusts the effect of distance calculations on the sound (emitter).
- getDopplerScale() - Method in class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Gets a scalar applied to the level of Doppler effect calculated between this and any AudioListener.
- getDopplerScale() - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Gets a value that adjusts the effect of doppler calculations on the sound (emitter).
- getDown() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the down vector of the Matrix.
- getDuration() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Gets the duration of the SoundEffect.
- getEffect() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
- getEffects() - Method in class Microsoft.Xna.Framework.Graphics.ModelMesh
-
Gets a collection of effects associated with this mesh.
- getElements() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the collection of effect parameters.
- getErrorCode() - Method in exception System.Runtime.InteropServices.ExternalException
-
Gets the HRESULT of the error.
- getFileName() - Method in exception System.IO.FileNotFoundException
-
- GetFileNames(String) - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Enumerates files in the root directory of a StorageContainer that match a given pattern.
- GetFileNames() - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Enumerates files in the root directory of a StorageContainer.
- getFillMode() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
- getFogColor() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
- getFogColor() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectFog
-
- getFogEnd() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
- getFogEnd() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectFog
-
- getFogStart() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
- getFogStart() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectFog
-
- getFormat() - Method in class Microsoft.Xna.Framework.Graphics.DisplayMode
-
Gets a value indicating the surface format of the display mode.
- getFormat() - Method in class Microsoft.Xna.Framework.Graphics.Texture
-
Gets the format of the texture data.
- getForward() - Method in class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Gets the forward orientation vector for this emitter.
- getForward() - Method in class Microsoft.Xna.Framework.Audio.AudioListener
-
Gets the forward orientation vector for this listener.
- getForward() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the forward vector of the Matrix.
- getFreeSpace() - Method in class Microsoft.Xna.Framework.Storage.StorageDevice
-
Gets the amount of free space on the device.
- GetFriends() - Method in class Microsoft.Xna.Framework.GamerServices.SignedInGamer
-
- GetFromGamertag(String) - Static method in class Microsoft.Xna.Framework.GamerServices.Gamer
-
- getGamerPicture() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the gamer picture, which will be 64 pixels by 64 pixels.
- getGamerScore() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the GamerScore of this gamer.
- getGamerTag() - Method in class Microsoft.Xna.Framework.GamerServices.Gamer
-
Gets the gamertag string.
- getGamerZone() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the GamerZone setting.
- getGraphicsDevice() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsResource
-
Gets the GraphicsDevice associated with this GraphicsResource.
- getGraphicsDevice() - Method in class Microsoft.Xna.Framework.Graphics.SpriteBatch
-
- getGraphicsProfile() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- GetHashCode() - Method in class Microsoft.Xna.Framework.Rectangle
-
Gets the hash code for this object.
- getHeight() - Method in class Microsoft.Xna.Framework.Graphics.DisplayMode
-
Gets a value indicating the screen height, in pixels.
- getHours() - Method in class System.TimeSpan
-
Gets the number of whole hours represented by the current TimeSpan structure.
- getIdentity() - Static method in class Microsoft.Xna.Framework.Matrix
-
Returns an instance of the identity matrix.
- getIndex() - Method in class Microsoft.Xna.Framework.Graphics.ModelBone
-
Gets the index of this bone in the Bones collection.
- getIndexBuffer() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the index buffer for this mesh part.
- getIndexCount() - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets the number of indices in this buffer.
- getIndexElementSize() - Method in class Microsoft.Xna.Framework.Graphics.IndexBuffer
-
Gets a value indicating the size of this index element.
- getIndices() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getInstanceFrequency() - Method in class Microsoft.Xna.Framework.Graphics.VertexBufferBinding
-
Gets the instancing frequency.
- getItems() - Method in class System.Collections.ObjectModel.Collection
-
Gets a java.util.List wrapper around the System.Collections.ObjectModel.Collection.
- getItems() - Method in class System.Collections.ObjectModel.ReadOnlyCollection
-
Returns the System.Collections.Generic.IList that the System.Collections.ObjectModel.ReadOnlyCollection wraps.
- getIterator() - Method in class Microsoft.Xna.Framework.Graphics.ModelBoneCollection
-
Returns a ModelBoneCollection.Enumerator that can iterate through a ModelBoneCollection.
- getJoinError() - Method in exception Microsoft.Xna.Framework.Net.NetworkSessionJoinException
-
Gets or sets a more detailed description of the session join failure.
- getKey() - Method in class System.Collections.Generic.KeyValuePair
-
Gets the key in the key/value pair.
- GetKeyForItem(TItem) - Method in class System.Collections.ObjectModel.KeyedCollection
-
- getLeft() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the left vector of the Matrix.
- getLevelCount() - Method in class Microsoft.Xna.Framework.Graphics.Texture
-
Gets the number of texture levels in a multilevel texture.
- getLocation() - Method in class Microsoft.Xna.Framework.Rectangle
-
Gets the upper-left value of the Rectangle.
- getMasterVolume() - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Gets the master volume that affects all SoundEffectInstance sounds.
- getMeshes() - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Gets a collection of ModelMesh objects which compose the model.
- getMilliseconds() - Method in class System.TimeSpan
-
Gets the number of whole milliseconds represented by the current TimeSpan structure.
- getMinimumRoundTripTime() - Method in class Microsoft.Xna.Framework.Net.QualityOfService
-
Gets the minimum round trip time of any network packet that was sent during the quality of service measurement process.
- getMinutes() - Method in class System.TimeSpan
-
Gets the number of whole minutes represented by the current TimeSpan structure.
- getMotto() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the gamer motto string.
- getMultiSampleAntiAlias() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
- getMultiSampleCount() - Method in class Microsoft.Xna.Framework.Graphics.RenderTarget2D
-
Gets the number of sample locations during multisampling.
- getMultiSampleCount() - Method in class Microsoft.Xna.Framework.Graphics.RenderTargetCube
-
Gets the number of multisample locations.
- getName() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Gets the asset name of the SoundEffect.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the name of the effect annotation.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the name of the parameter.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.EffectPass
-
Gets the name of this pass.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.EffectTechnique
-
Gets the name of this technique.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.ModelBone
-
Gets the name of this bone.
- getName() - Method in class Microsoft.Xna.Framework.Graphics.ModelMesh
-
Gets the name of this mesh.
- getName() - Method in class System.IO.FileStream
-
- getNumVertices() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the number of vertices used during a draw call.
- getOffset() - Method in class Microsoft.Xna.Framework.Graphics.VertexElement
-
Retrieves the offset (if any) from the beginning of the stream to the beginning of the vertex data.
- getPackedValue() - Method in class Microsoft.Xna.Framework.Color
-
- getPan() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Gets the panning for the SoundEffectInstance.
- GetParameterBySemantic(String) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameterCollection
-
- getParameterClass() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the parameter class of this effect annotation.
- getParameterClass() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the class of the parameter.
- getParameters() - Method in class Microsoft.Xna.Framework.Graphics.Effect
-
Gets a collection of parameters used for this effect.
- getParameterType() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the parameter type of this effect annotation.
- getParameterType() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the type of the parameter.
- getParent() - Method in class Microsoft.Xna.Framework.Graphics.ModelBone
-
Gets the parent of this bone.
- getParentBone() - Method in class Microsoft.Xna.Framework.Graphics.ModelMesh
-
Gets the parent bone for this mesh.
- GetPartnerToken(String) - Static method in class Microsoft.Xna.Framework.GamerServices.Gamer
-
- getPasses() - Method in class Microsoft.Xna.Framework.Graphics.EffectTechnique
-
Gets the collection of EffectPass objects this rendering technique requires.
- getPitch() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Gets the pitch adjustment for the SoundEffectInstance.
- getPlayerIndex() - Method in class Microsoft.Xna.Framework.GamerServices.SignedInGamer
-
- getPosition() - Method in class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Gets the position of this emitter.
- getPosition() - Method in class Microsoft.Xna.Framework.Audio.AudioListener
-
Gets the position of this listener.
- getPosition() - Method in class Microsoft.Xna.Framework.Net.PacketReader
-
Gets the current packet read position.
- getPosition() - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Gets the current packet write position.
- getPosition() - Method in class System.IO.FileStream
-
- getPosition() - Method in class System.IO.MemoryStream
-
Gets the current position within the stream.
- getPosition() - Method in class System.IO.Stream
-
When overridden in a derived class, gets the position within the current stream.
- getPresentationParameters() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
Gets the presentation parameters associated with this graphics device.
- GetPressedKeys() - Method in class Microsoft.Xna.Framework.Input.KeyboardState
-
Gets an array of values that correspond to the keyboard keys that are currently being pressed.
- getPrimitiveCount() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the number of primitives to render.
- GetProfile() - Method in class Microsoft.Xna.Framework.GamerServices.Gamer
-
Reads profile data for this gamer.
- getProjection() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
- getProjection() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectMatrices
-
- getRenderTarget() - Method in class Microsoft.Xna.Framework.Graphics.RenderTargetBinding
-
Gets a 2D texture.
- GetRenderTargets() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getRenderTargetUsage() - Method in class Microsoft.Xna.Framework.Graphics.RenderTarget2D
-
Gets or sets the render target usage.
- getRenderTargetUsage() - Method in class Microsoft.Xna.Framework.Graphics.RenderTargetCube
-
Gets the usage mode of this rendertarget.
- getReputation() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the gamer reputation, as a number of stars ranging 0 to 5.
- getResource() - Method in class Microsoft.Xna.Framework.Graphics.ResourceCreatedEventArgs
-
Gets the object raising the event.
- getResource() - Method in class Microsoft.Xna.Framework.Graphics.ResourceDestroyedEventArgs
-
Gets the object raising the event.
- getRight() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the right vector of the Matrix.
- getRoot() - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Gets the root bone for this model.
- getRootDirectory() - Method in class Microsoft.Xna.Framework.Content.ContentManager
-
- getRowCount() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the row count of this effect annotation.
- getRowCount() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the number of rows in the parameter description.
- GetSampleDuration(int) - Method in class Microsoft.Xna.Framework.Audio.DynamicSoundEffectInstance
-
Returns the sample duration based on the specified size of the audio buffer.
- GetSampleDuration(int, int, AudioChannels) - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Returns the sample duration based on the specified sample size and sample rate.
- GetSampleSizeInBytes(TimeSpan) - Method in class Microsoft.Xna.Framework.Audio.DynamicSoundEffectInstance
-
Returns the size of the audio buffer required to contain audio samples based on the specified duration.
- GetSampleSizeInBytes(TimeSpan, int, AudioChannels) - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Returns the size of the audio sample based on duration, sample rate, and audio channels.
- getScissorTestEnable() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
- getSeconds() - Method in class System.TimeSpan
-
Gets the number of whole seconds represented by the current TimeSpan structure.
- getSemantic() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the semantic of this effect annotation.
- getSemantic() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the semantic meaning, or usage, of the parameter.
- GetService(Class) - Method in interface System.IServiceProvider
-
Gets the service object of the specified type.
- getServiceProvider() - Method in class Microsoft.Xna.Framework.Content.ContentManager
-
- getSignedInGamer() - Method in class Microsoft.Xna.Framework.GamerServices.SignedInEventArgs
-
Gets the gamer that just signed in.
- getSignedInGamer() - Method in class Microsoft.Xna.Framework.GamerServices.SignedOutEventArgs
-
Gets the gamer that just signed out.
- getSize() - Method in class Microsoft.Xna.Framework.Graphics.TextureCube
-
- getSlopeScaleDepthBias() - Method in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
Gets a bias value that takes into account the slope of a polygon.
- getSpecularColor() - Method in class Microsoft.Xna.Framework.Graphics.DirectionalLight
-
Gets the specular color of the light.
- getSpeedOfSound() - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Returns the speed of sound. 343.5 meters per second.
- getStartIndex() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the location in the index array at which to start reading vertices.
- getState() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Gets the current state (playing, paused, or stopped) of the SoundEffectInstance.
- GetState(PlayerIndex) - Static method in class Microsoft.Xna.Framework.Input.GamePad
-
Gets the current state of an Xbox 360 Controller.
- GetState(PlayerIndex, GamePadDeadZone) - Static method in class Microsoft.Xna.Framework.Input.GamePad
-
Gets the current state of an Xbox 360 Controller, using a specified dead zone on analog stick positions.
- GetState() - Static method in class Microsoft.Xna.Framework.Input.Keyboard
-
Returns the current keyboard state.
- GetState() - Static method in class Microsoft.Xna.Framework.Input.Mouse
-
Gets the current state of the mouse, including mouse position and buttons pressed.
- GetState() - Static method in class Microsoft.Xna.Framework.Input.Touch.TouchPanel
-
Gets the current state of the touch panel.
- getStorageDevice() - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Gets the StorageDevice that holds the files in this container.
- getStructureMembers() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the collection of structure members.
- getSupportedDisplayModes() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
Returns a collection of supported display modes for the current adapter.
- getTechniques() - Method in class Microsoft.Xna.Framework.Graphics.Effect
-
Gets a collection of techniques that are defined for this effect.
- getTexture() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the current base texture.
- getTexture2() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the current overlay texture.
- getTextures() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getTicks() - Method in class System.TimeSpan
-
Gets the number of ticks that represent the value of the current TimeSpan structure.
- getTitleSafeArea() - Method in class Microsoft.Xna.Framework.Graphics.DisplayMode
-
Returns the title safe area of the display.
- getTitlesPlayed() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the number of titles this gamer has played.
- getTotalAchievements() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
-
Gets the total number of achievements this gamer has obtained.
- getTotalDays() - Method in class System.TimeSpan
-
Gets the value of the current TimeSpan structure expressed in whole and fractional days.
- getTotalHours() - Method in class System.TimeSpan
-
Gets the value of the current TimeSpan structure expressed in whole and fractional hours.
- getTotalMilliseconds() - Method in class System.TimeSpan
-
Gets the value of the current TimeSpan structure expressed in whole and fractional milliseconds.
- getTotalMinutes() - Method in class System.TimeSpan
-
Gets the value of the current TimeSpan structure expressed in whole and fractional minutes.
- getTotalSeconds() - Method in class System.TimeSpan
-
Gets the value of the current TimeSpan structure expressed in whole and fractional seconds.
- getTotalSpace() - Method in class Microsoft.Xna.Framework.Storage.StorageDevice
-
Gets the total amount of space on the device.
- getTranslation() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the translation vector of the Matrix.
- getUp() - Method in class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Gets the upward orientation vector for this emitter.
- getUp() - Method in class Microsoft.Xna.Framework.Audio.AudioListener
-
Gets the upward orientation vector for this listener.
- getUp() - Method in class Microsoft.Xna.Framework.Matrix
-
Gets the up vector of this Matrix.
- getUsageIndex() - Method in class Microsoft.Xna.Framework.Graphics.VertexElement
-
Modifies the usage data to allow the user to specify multiple usage types.
- GetUserStoreForApplication() - Static method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
Obtains user-scoped isolated storage corresponding to the calling code's application identity.
- getValue() - Method in enum Microsoft.Xna.Framework.Audio.AudioChannels
-
- getValue() - Method in enum Microsoft.Xna.Framework.DisplayOrientation
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.ColorWriteChannels
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.CompareFunction
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.CullMode
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.EffectParameterClass
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.EffectParameterType
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.PrimitiveType
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.SetDataOptions
-
- getValue() - Method in enum Microsoft.Xna.Framework.Graphics.StencilOperation
-
- getValue() - Method in enum Microsoft.Xna.Framework.Input.Buttons
-
- getValue() - Method in enum Microsoft.Xna.Framework.Input.KeyState
-
- getValue() - Method in enum Microsoft.Xna.Framework.Input.Touch.GestureType
-
- getValue() - Method in class System.Collections.Generic.KeyValuePair
-
Gets the value in the key/value pair.
- GetValueBoolean() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Boolean.
- GetValueBoolean() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Boolean.
- GetValueBooleanArray(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of Boolean.
- GetValueInt32() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Int32.
- GetValueInt32() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an Int32.
- GetValueInt32Array(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of Int32.
- GetValueMatrix() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Matrix.
- GetValueMatrix() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Matrix.
- GetValueMatrixArray(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of Matrix.
- GetValueMatrixTranspose() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a transposed Matrix.
- GetValueMatrixTransposeArray(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of transposed Matrices.
- GetValueQuaternion() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Quaternion.
- GetValueQuaternionArray(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of Quaternion.
- GetValueSingle() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Single.
- GetValueSingle() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Single.
- GetValueSingleArray(int) - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an array of Single.
- GetValueString() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a String.
- GetValueString() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as an String.
- GetValueTexture2D() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Texture2D.
- GetValueTexture3D() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Texture3D.
- GetValueTextureCube() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a TextureCube.
- GetValueVector2() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Vector2.
- GetValueVector2() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Vector3.
- GetValueVector3() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Vector3.
- GetValueVector3() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameter
-
Gets the value of the EffectParameter as a Vector3.
- GetValueVector4() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotation
-
Gets the value of the EffectAnnotation as a Vector4.
- getVelocity() - Method in class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Gets the velocity vector of this emitter.
- getVelocity() - Method in class Microsoft.Xna.Framework.Audio.AudioListener
-
Gets the velocity vector of this listener.
- getVertexBuffer() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the vertex buffer for this mesh part.
- getVertexBuffer() - Method in class Microsoft.Xna.Framework.Graphics.VertexBufferBinding
-
Gets the associated vertex buffer.
- getVertexDeclaration() - Method in interface Microsoft.Xna.Framework.Graphics.IVertexType
-
- getVertexDeclaration() - Method in class Microsoft.Xna.Framework.Graphics.VertexBuffer
-
- getVertexDeclaration() - Method in class Microsoft.Xna.Framework.Graphics.VertexPositionColor
-
- getVertexDeclaration() - Method in class Microsoft.Xna.Framework.Graphics.VertexPositionColorTexture
-
Vertex declaration, which defines per-vertex data.
- getVertexDeclaration() - Method in class Microsoft.Xna.Framework.Graphics.VertexPositionNormalTexture
-
Gets the Vertex declaration, which defines per-vertex data.
- getVertexDeclaration() - Method in class Microsoft.Xna.Framework.Graphics.VertexPositionTexture
-
Vertex declaration, which defines per-vertex data.
- getVertexElementFormat() - Method in class Microsoft.Xna.Framework.Graphics.VertexElement
-
Gets the format of this vertex element.
- getVertexElementUsage() - Method in class Microsoft.Xna.Framework.Graphics.VertexElement
-
Gets a value describing how the vertex element is to be used.
- getVertexOffset() - Method in class Microsoft.Xna.Framework.Graphics.ModelMeshPart
-
Gets the offset (in vertices) from the top of vertex buffer.
- getVertexOffset() - Method in class Microsoft.Xna.Framework.Graphics.VertexBufferBinding
-
Gets the offset between the beginning of the buffer and the vertex data to use.
- getVertexStride() - Method in class Microsoft.Xna.Framework.Graphics.VertexDeclaration
-
- getView() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the view matrix.
- getView() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectMatrices
-
- getViewport() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- getVolume() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Gets the volume of the SoundEffectInstance.
- getWidth() - Method in class Microsoft.Xna.Framework.Graphics.DisplayMode
-
Gets a value indicating the screen width, in pixels.
- getWorld() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Gets the world matrix.
- getWorld() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectMatrices
-
- GhostWhite - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:248 G:248 B:255 A:255.
- Gold - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:215 B:0 A:255.
- Goldenrod - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:218 G:165 B:32 A:255.
- GraphicsAdapter - Class in Microsoft.Xna.Framework.Graphics
-
Provides methods to retrieve and manipulate graphics adapters.
- GraphicsAdapter() - Constructor for class Microsoft.Xna.Framework.Graphics.GraphicsAdapter
-
- GraphicsDevice - Class in Microsoft.Xna.Framework.Graphics
-
Performs primitive-based rendering, creates resources, handles system-level variables, adjusts gamma ramp levels, and creates shaders.
- GraphicsDevice(GraphicsAdapter, GraphicsProfile, PresentationParameters) - Constructor for class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- GraphicsDevice() - Method in interface Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService
-
- GraphicsDeviceStatus - Enum in Microsoft.Xna.Framework.Graphics
-
Describes the status of the device.
- GraphicsProfile - Enum in Microsoft.Xna.Framework.Graphics
-
Identifies the set of supported devices for the game based on device capabilities.
- GraphicsResource - Class in Microsoft.Xna.Framework.Graphics
-
Queries and prepares resources.
- Gray - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:128 G:128 B:128 A:255.
- Green - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:0 G:128 B:0 A:255.
- GreenYellow - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:173 G:255 B:47 A:255.
- Guide - Class in Microsoft.Xna.Framework.GamerServices
-
- Guide() - Constructor for class Microsoft.Xna.Framework.GamerServices.Guide
-
- GuideAlreadyVisibleException - Exception in Microsoft.Xna.Framework.GamerServices
-
Thrown if an attempt is made to display a component of the Guide user interface when a Guide component is already displayed.
- GuideAlreadyVisibleException() - Constructor for exception Microsoft.Xna.Framework.GamerServices.GuideAlreadyVisibleException
-
Initializes an empty instance of GuideAlreadyVisibleException.
- GuideAlreadyVisibleException(String) - Constructor for exception Microsoft.Xna.Framework.GamerServices.GuideAlreadyVisibleException
-
Initializes an instance of GuideAlreadyVisibleException with the specified error message.
- GuideAlreadyVisibleException(String, RuntimeException) - Constructor for exception Microsoft.Xna.Framework.GamerServices.GuideAlreadyVisibleException
-
Initializes an instance of GuideAlreadyVisibleException with the specified error message and related inner exception.