- FileAccess - Enum in System.IO
-
Defines constants for read, write, or read/write access to a file.
- FileExists(String) - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Determines whether the specified path refers to an existing file in the StorageContainer.
- FileExists(String) - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
- FileMode - Enum in System.IO
-
Specifies how the operating system should open a file.
- FileNotFoundException - Exception in System.IO
-
The exception that is thrown when an attempt to access a file that does not exist fails.
- FileNotFoundException() - Constructor for exception System.IO.FileNotFoundException
-
Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to a system-supplied message.
- FileNotFoundException(String) - Constructor for exception System.IO.FileNotFoundException
-
Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to message.
- FileNotFoundException(String, String) - Constructor for exception System.IO.FileNotFoundException
-
Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to message, specifying the file name that cannot be found.
- FileNotFoundException(String, String, Throwable) - Constructor for exception System.IO.FileNotFoundException
-
- FileNotFoundException(String, Throwable) - Constructor for exception System.IO.FileNotFoundException
-
Initializes a new instance of the System.IO.FileNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- FileShare - Enum in System.IO
-
Contains constants for controlling the kind of access other System.IO.IsolatedStorage.IsolatedStorageFileStream objects can have to the same file.
- FileStream - Class in System.IO
-
When it is called by an elevated-trust application, exposes a System.IO.Stream around a file, supporting both synchronous and asynchronous read and write operations.
- FileStream() - Constructor for class System.IO.FileStream
-
- FileStream(String, FileMode) - Constructor for class System.IO.FileStream
-
When it is called by trusted applications, initializes a new instance of the System.IO.FileStream class with the specified path and creation mode.
- FileStream(String, FileMode, EnumSet<FileAccess>) - Constructor for class System.IO.FileStream
-
When it is called by trusted applications, initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, and read/write permission.
- FileStream(String, FileMode, EnumSet<FileAccess>, EnumSet<FileShare>) - Constructor for class System.IO.FileStream
-
- FileStream(String, FileMode, EnumSet<FileAccess>, EnumSet<FileShare>, int) - Constructor for class System.IO.FileStream
-
- FillBuffer(int) - Method in class System.IO.BinaryReader
-
Fills the internal buffer with the specified number of bytes read from the stream.
- FillMode - Enum in Microsoft.Xna.Framework.Graphics
-
Describes options for filling the vertices and lines that define a primitive.
- finalize() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
- finalize() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Releases unmanaged resources and performs other cleanup operations before the SoundEffectInstance is reclaimed by garbage collection.
- finalize() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsResource
-
Allows this Object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.
- finalize() - Method in class Microsoft.Xna.Framework.Graphics.SpriteBatch
-
- finalize() - Method in class Microsoft.Xna.Framework.Graphics.TextureCollection
-
- finalize() - Method in class Microsoft.Xna.Framework.Graphics.TextureCube
-
- finalize() - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.
- finalize() - Method in class System.IO.FileStream
-
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream.
- finalize() - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
- FindById(int, TouchLocation) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Retrieves the touch location matching the specified ID.
- Firebrick - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:178 G:34 B:34 A:255.
- FloralWhite - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:250 B:240 A:255.
- Flush() - Method in class System.IO.BinaryWriter
-
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
- Flush() - Method in class System.IO.FileStream
-
- Flush() - Method in class System.IO.IsolatedStorage.IsolatedStorageFileStream
-
Updates the file with the current state of the buffer then clears the buffer.
- Flush() - Method in class System.IO.MemoryStream
-
Overrides Flush so that no action is performed.
- Flush() - Method in class System.IO.Stream
-
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
- FogEnabled() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
- FogEnabled() - Method in interface Microsoft.Xna.Framework.Graphics.IEffectFog
-
- ForestGreen - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:34 G:139 B:34 A:255.
- FormatException - Exception in System
-
The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.
- FormatException() - Constructor for exception System.FormatException
-
Initializes a new instance of the FormatException class.
- FormatException(String) - Constructor for exception System.FormatException
-
Initializes a new instance of the FormatException class with a specified error message.
- FormatException(String, RuntimeException) - Constructor for exception System.FormatException
-
Initializes a new instance of the FormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- Forward - Static variable in class Microsoft.Xna.Framework.Vector3
-
Returns a unit Vector3 designating forward in a right-handed coordinate system(0, 0, −1).
- FriendCollection - Class in Microsoft.Xna.Framework.GamerServices
-
- FriendCollection(List<FriendGamer>) - Constructor for class Microsoft.Xna.Framework.GamerServices.FriendCollection
-
- FriendGamer - Class in Microsoft.Xna.Framework.GamerServices
-
Provides the presence information of a friend of the local gamer.
- FromDays(double) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified number of days, where the specification is accurate to the nearest millisecond.
- FromHours(double) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified number of hours, where the specification is accurate to the nearest millisecond.
- FromInt(int) - Static method in enum Microsoft.Xna.Framework.Input.Keys
-
Returns a Keys value based on the specified value.
- FromMilliseconds(double) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified number of milliseconds.
- FromMinutes(double) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.
- FromNonPremultiplied(Vector4) - Static method in class Microsoft.Xna.Framework.Color
-
Convert a non premultiplied color into color data that contains alpha.
- FromNonPremultiplied(int, int, int, int) - Static method in class Microsoft.Xna.Framework.Color
-
Converts a non-premultiplied alpha color to a color that contains premultiplied alpha.
- FromSeconds(double) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.
- FromStream(Stream) - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Creates a SoundEffect object based on the specified data stream.
- FromStream(InputStream) - Static method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Creates a SoundEffect object based on the specified data stream.
- FromStream(GraphicsDevice, InputStream) - Static method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Loads texture data from a stream.
- FromStream(GraphicsDevice, InputStream, int, int, boolean) - Static method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Loads texture data from a stream.
- FromTicks(long) - Static method in class System.TimeSpan
-
Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.
- Fuchsia - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:0 B:255 A:255.