OnImportsSatisfiedAttribute 클래스

정의

컴퍼지션이 완료될 때 메서드를 호출해야 되도록 지정합니다.

public ref class OnImportsSatisfiedAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)]
public sealed class OnImportsSatisfiedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)>]
type OnImportsSatisfiedAttribute = class
    inherit Attribute
Public NotInheritable Class OnImportsSatisfiedAttribute
Inherits Attribute
상속
OnImportsSatisfiedAttribute
특성

설명

이 특성이 적용되는 메서드는 void, 매개 변수가 없으며 공용 또는 내부 메서드여야 합니다.

생성자

Name Description
OnImportsSatisfiedAttribute()

OnImportsSatisfiedAttribute 클래스의 새 인스턴스를 초기화합니다.

메서드

Name Description
Equals(Object)

이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 Attribute)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 Attribute)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상