ResInfo Class

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

This class, member, or property is internal to the script engine and should not be called from your code.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ResInfo
public class ResInfo
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class ResInfo
type ResInfo = class
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type ResInfo = class
Public Class ResInfo
Inheritance
ResInfo
Attributes

Constructors

ResInfo(String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ResInfo class with the specified resource information.

ResInfo(String, String, Boolean, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ResInfo class with the specified resource information in separate parameters.

Fields

filename

This API supports the product infrastructure and is not intended to be used directly from your code.

This class, member, or property is internal to the script engine and should not be called from your code.

fullpath

This API supports the product infrastructure and is not intended to be used directly from your code.

This class, member, or property is internal to the script engine and should not be called from your code.

isLinked

This API supports the product infrastructure and is not intended to be used directly from your code.

This class, member, or property is internal to the script engine and should not be called from your code.

isPublic

This API supports the product infrastructure and is not intended to be used directly from your code.

This class, member, or property is internal to the script engine and should not be called from your code.

name

This API supports the product infrastructure and is not intended to be used directly from your code.

This class, member, or property is internal to the script engine and should not be called from your code.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to