NeedsCopyConstructorModifier 类

定义

注意

Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.

应用于参数的自定义修饰符,指示 CLR 封送处理器在封送参数时调用参数的复制构造函数。

public ref class NeedsCopyConstructorModifier sealed
public sealed class NeedsCopyConstructorModifier
[System.Obsolete("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")]
public sealed class NeedsCopyConstructorModifier
type NeedsCopyConstructorModifier = class
[<System.Obsolete("Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.")>]
type NeedsCopyConstructorModifier = class
Public NotInheritable Class NeedsCopyConstructorModifier
继承
NeedsCopyConstructorModifier
属性

构造函数

名称 说明
NeedsCopyConstructorModifier()
已过时.

初始化 NeedsCopyConstructorModifier 类的新实例。

方法

名称 说明
Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于