다음을 통해 공유


ConfigurationMethodInstance 클래스

정의

의 인스턴스를 나타냅니다 ConfigurationMethod.

public ref class ConfigurationMethodInstance sealed
public sealed class ConfigurationMethodInstance
type ConfigurationMethodInstance = class
Public NotInheritable Class ConfigurationMethodInstance
상속
ConfigurationMethodInstance

설명

개체를 ConfigurationMethodInstance 만들려면 개체의 CreateInstance 메서드를 ConfigurationMethod 사용합니다.

속성

Input

구성 메서드 인스턴스에 대한 입력으로 사용되는 구성 요소를 가져옵니다.

Output

구성 메서드 인스턴스의 출력으로 사용되는 구성 요소를 가져옵니다.

메서드

Execute()

ConfigurationMethodInstance 개체가 나타내는 메서드를 실행합니다.

GetMetadata(String)

메서드 스키마에서 메타데이터 값을 반환합니다.

SetMetadata(String, Object)

현재 메서드에 대한 메타데이터를 설정합니다.

적용 대상