ServiceProcessInstaller.CopyFromComponent(IComponent) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CopyFromComponent(IComponent) 클래스 관련 동작이 포함되지 않는 기본 클래스 ServiceProcessInstaller 메서드를 구현합니다.
public:
override void CopyFromComponent(System::ComponentModel::IComponent ^ comp);
public override void CopyFromComponent (System.ComponentModel.IComponent comp);
override this.CopyFromComponent : System.ComponentModel.IComponent -> unit
Public Overrides Sub CopyFromComponent (comp As IComponent)
매개 변수
- comp
- IComponent
서비스 프로세스를 나타내는 IComponent입니다.
설명
이 메서드는 코드 내에서 호출하면 안 됩니다. 기본 클래스 메서드 ComponentInstaller 는 abstract
파생 클래스에서 구현되므로 여기에 구현됩니다. 그러나 메서드 구현에는 클래스별 처리가 없습니다 ServiceProcessInstaller .