ResourceManager Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ResourceManager type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNeutralResourcesLanguage Returns the CultureInfo for the main assembly's neutral resources by reading the value of the NeutralResourcesLanguageAttribute on a specified Assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetObject(String) Returns the value of the specified Object resource.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetObject(String, CultureInfo) Gets the value of the Object resource localized for the specified culture.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetResourceFileName Generates the name for the resource file for the given CultureInfo.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetResourceSet Gets the ResourceSet for a particular culture.
Protected methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetSatelliteContractVersion Returns the Version specified by the SatelliteContractVersionAttribute attribute in the given assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetStream(String) Returns an UnmanagedMemoryStream object from the specified resource.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetStream(String, CultureInfo) Returns an UnmanagedMemoryStream object from the specified resource, using the specified culture.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetString(String) Returns the value of the specified String resource.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetString(String, CultureInfo) Gets the value of the String resource localized for the specified culture.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InternalGetResourceSet Provides the implementation for finding a ResourceSet.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ReleaseAllResources Tells the ResourceManager to call Close on all ResourceSet objects and release all resources.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top