C# 클래스 WMI.BcdElement.BcdElementCollection

상속: object, ICollection
파일 보기 프로젝트 열기: coderforlife/c4l-utils

공개 메소드들

메소드 설명
BcdElementCollection ( System.Management.ManagementObjectCollection objCollection ) : System
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator

메소드 상세

BcdElementCollection() 공개 메소드

public BcdElementCollection ( System.Management.ManagementObjectCollection objCollection ) : System
objCollection System.Management.ManagementObjectCollection
리턴 System

CopyTo() 공개 메소드

public CopyTo ( System array, int index ) : void
array System
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator