System.Resources.ResXDataNode Members

The members of System.Resources.ResXDataNode are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Resources.ResXDataNode class.

Initializes a new instance of the System.Resources.ResXDataNode class with a reference to a resource file.

Public Properties

Commentstring.

Gets or sets an arbitrary comment regarding this resource.

[read-only]
FileRefResXFileRef.

Gets the file reference for this resource.

Namestring.

Gets or sets the name of this resource.

Public Methods

GetNodePosition() : System.Drawing.Point

Retrieves the position of the resource in the resource file.

GetValue(System.ComponentModel.Design.ITypeResolutionService) : object

Retrieves the object that is stored by this node by using the specified type resolution service.

GetValue(System.Reflection.AssemblyName[]) : object

Retrieves the object that is stored by this node by searching the specified assemblies.

GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService) : string

Retrieves the type name for the value by using the specified type resolution service.

GetValueTypeName(System.Reflection.AssemblyName[]) : string

Retrieves the type name for the value by examining the specified assemblies.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectData

Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.