Share via


IRegistrationServices.TypeRepresentsComType(Type) 메서드

정의

지정된 형식이 COM 형식인지 여부를 확인합니다.

public:
 bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean

매개 변수

type
Type

COM 형식인지 여부를 확인할 형식입니다.

반환

Boolean

지정된 형식이 COM 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상