ICollectData 인터페이스

정의

성능 카운터를 사용하여 작업할 때 시스템이 로드하는 성능 DLL에 대한 성능 데이터를 준비합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class ICollectData
public interface ICollectData
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICollectData
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
public interface ICollectData
type ICollectData = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICollectData = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("73386977-D6FD-11D2-BED5-00C04F79E3AE")>]
type ICollectData = interface
Public Interface ICollectData
파생
특성

메서드

CloseData()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

성능 DLL의 성능 데이터 닫기 함수에 의해 호출됩니다.

CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

성능 DLL에 대한 성능 데이터를 수집합니다.

적용 대상