ResXDataNode.GetValue Method (AssemblyName[])
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public Object GetValue ( AssemblyName[] names )
public function GetValue ( names : AssemblyName[] ) : Object
Parameters
- names
The list of assemblies in which to look for the type of the object.
Return Value
The Object corresponding to the stored value.If the stored value currently exists in memory, it is returned directly. If it is stored in the resource file, and it is not a file reference, GetValue looks in the assemblies identified by names to find the object's corresponding type, then looks for a TypeConverter that can convert from a string to the appropriate object. If the resource is a file reference, GetValue attempts to deserialize it.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.