ICollectData 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
성능 카운터를 사용하여 작업할 때 시스템이 로드하는 성능 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에 대한 성능 데이터를 수집합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET