ManagedNameAttribute(String) 생성자

정의

이 특성이 적용되는 형식, 필드, 속성, 메서드 또는 매개 변수에 대해 대체 이름을 지정할 수 있는 클래스의 새 인스턴스 ManagedNameAttribute 를 초기화합니다.

public:
 ManagedNameAttribute(System::String ^ name);
public ManagedNameAttribute(string name);
new System.Management.Instrumentation.ManagedNameAttribute : string -> System.Management.Instrumentation.ManagedNameAttribute
Public Sub New (name As String)

매개 변수

name
String

이 특성이 적용되는 형식, 필드, 속성, 메서드 또는 매개 변수의 대체 이름입니다.

설명

.NET Framework 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상