ResInfo 类
定义
注意
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.
此 API 支持产品基础结构,不能在代码中直接使用。
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
- 继承
-
ResInfo
- 属性
构造函数
| ResInfo(String, Boolean) |
此 API 支持产品基础结构,不能在代码中直接使用。 使用指定的资源信息初始化 ResInfo 类的新实例。Initializes a new instance of the ResInfo class with the specified resource information. |
| ResInfo(String, String, Boolean, Boolean) |
此 API 支持产品基础结构,不能在代码中直接使用。 使用单独参数中指定的资源信息初始化 ResInfo 类的新实例。Initializes a new instance of the ResInfo class with the specified resource information in separate parameters. |
字段
| filename |
此 API 支持产品基础结构,不能在代码中直接使用。 对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code. |
| fullpath |
此 API 支持产品基础结构,不能在代码中直接使用。 对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code. |
| isLinked |
此 API 支持产品基础结构,不能在代码中直接使用。 对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code. |
| isPublic |
此 API 支持产品基础结构,不能在代码中直接使用。 对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code. |
| name |
此 API 支持产品基础结构,不能在代码中直接使用。 对脚本引擎,此类、成员或属性在内部,且不应从您的代码中调用。This class, member, or property is internal to the script engine and should not be called from your code. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |