이 문서는 기계로 번역한 것입니다. 원본 텍스트를 보려면 포인터를 문서의 문장 위로 올리십시오. 추가 정보
번역
원본
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

_Type 인터페이스

System.Type 클래스의 public 멤버를 비관리 코드에 노출합니다.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  System.Runtime.InteropServices
어셈블리:  mscorlib(mscorlib.dll)
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2")]
public interface _Type

_Type 형식에서는 다음과 같은 멤버를 노출합니다.

  이름설명
Public 속성Assembly버전에 관계없이 Type.Assembly 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성AssemblyQualifiedName버전에 관계없이 Type.AssemblyQualifiedName 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성Attributes버전에 관계없이 Type.Attributes 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성BaseType버전에 관계없이 Type.BaseType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성DeclaringType버전에 관계없이 Type.DeclaringType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성FullName버전에 관계없이 Type.FullName 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성GUID버전에 관계없이 Type.GUID 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성HasElementType버전에 관계없이 Type.HasElementType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsAbstract버전에 관계없이 Type.IsAbstract 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsAnsiClass버전에 관계없이 Type.IsAnsiClass 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsArray버전에 관계없이 Type.IsArray 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsAutoClass버전에 관계없이 Type.IsAutoClass 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsAutoLayout버전에 관계없이 Type.IsAutoLayout 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsByRef버전에 관계없이 Type.IsByRef 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsClass버전에 관계없이 Type.IsClass 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsCOMObject버전에 관계없이 Type.IsCOMObject 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsContextful버전에 관계없이 Type.IsContextful 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsEnum버전에 관계없이 Type.IsEnum 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsExplicitLayout버전에 관계없이 Type.IsExplicitLayout 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsImport버전에 관계없이 Type.IsImport 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsInterface버전에 관계없이 Type.IsInterface 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsLayoutSequential버전에 관계없이 Type.IsLayoutSequential 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsMarshalByRef버전에 관계없이 Type.IsMarshalByRef 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedAssembly버전에 관계없이 Type.IsNestedAssembly 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedFamANDAssem버전에 관계없이 Type.IsNestedFamANDAssem 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedFamily버전에 관계없이 Type.IsNestedFamily 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedFamORAssem버전에 관계없이 Type.IsNestedFamORAssem 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedPrivate버전에 관계없이 Type.IsNestedPrivate 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNestedPublic버전에 관계없이 Type.IsNestedPublic 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsNotPublic버전에 관계없이 Type.IsNotPublic 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsPointer버전에 관계없이 Type.IsPointer 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsPrimitive버전에 관계없이 Type.IsPrimitive 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsPublic버전에 관계없이 Type.IsPublic 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsSealed버전에 관계없이 Type.IsSealed 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsSerializable버전에 관계없이 Type.IsSerializable 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsSpecialName버전에 관계없이 Type.IsSpecialName 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsUnicodeClass버전에 관계없이 Type.IsUnicodeClass 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성IsValueType버전에 관계없이 Type.IsValueType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성MemberType버전에 관계없이 Type.MemberType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성Module버전에 관계없이 Type.Module 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성Name버전에 관계없이 MemberInfo.Name 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성Namespace버전에 관계없이 Type.Namespace 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성ReflectedType버전에 관계없이 Type.ReflectedType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성TypeHandle버전에 관계없이 Type.TypeHandle 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성TypeInitializer버전에 관계없이 Type.TypeInitializer 속성에 액세스할 수 있는 COM 개체를 제공합니다.
Public 속성UnderlyingSystemType버전에 관계없이 Type.UnderlyingSystemType 속성에 액세스할 수 있는 COM 개체를 제공합니다.
위쪽
  이름설명
Public 메서드Equals(Object)버전에 관계없이 Type.Equals 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드Equals(Type)버전에 관계없이 Type.Equals 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드FindInterfaces버전에 관계없이 Type.FindInterfaces 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드FindMembers버전에 관계없이 Type.FindMembers 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetArrayRank버전에 관계없이 Type.GetArrayRank 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetConstructor(Type[])버전에 관계없이 Type.GetConstructor 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetConstructor(BindingFlags, Binder, Type[], ParameterModifier[])버전에 관계없이 Type.GetConstructor 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetConstructor(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])버전에 관계없이 Type.GetConstructor 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetConstructors()버전에 관계없이 Type.GetConstructors 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetConstructors(BindingFlags)버전에 관계없이 Type.GetConstructors 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetCustomAttributes(Boolean)버전에 관계없이 Assembly.GetCustomAttributes 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetCustomAttributes(Type, Boolean)버전에 관계없이 MemberInfo.GetCustomAttributes 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetDefaultMembers버전에 관계없이 Type.GetDefaultMembers 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetElementType버전에 관계없이 Type.GetElementType 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetEvent(String)버전에 관계없이 Type.GetEvent 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetEvent(String, BindingFlags)버전에 관계없이 Type.GetEvent 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetEvents()버전에 관계없이 Type.GetEvents 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetEvents(BindingFlags)버전에 관계없이 Type.GetEvents 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetField(String)버전에 관계없이 Type.GetField 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetField(String, BindingFlags)버전에 관계없이 Type.GetField 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetFields()버전에 관계없이 Type.GetFields 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetFields(BindingFlags)버전에 관계없이 Type.GetFields 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetHashCode버전에 관계없이 Type.GetHashCode 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetIDsOfNames이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다.
Public 메서드GetInterface(String)버전에 관계없이 Type.GetInterface 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetInterface(String, Boolean)버전에 관계없이 Type.GetInterface 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetInterfaceMap버전에 관계없이 Type.GetInterfaceMap 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetInterfaces버전에 관계없이 Type.GetInterfaces 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMember(String)버전에 관계없이 Type.GetMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMember(String, BindingFlags)버전에 관계없이 Type.GetMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMember(String, MemberTypes, BindingFlags)버전에 관계없이 Type.GetMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMembers()버전에 관계없이 Type.GetMembers 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMembers(BindingFlags)버전에 관계없이 Type.GetMembers 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String)버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String, BindingFlags)버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String, Type[])버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String, Type[], ParameterModifier[])버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])버전에 관계없이 Type.GetMethod 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethods()버전에 관계없이 Type.GetMethods 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetMethods(BindingFlags)버전에 관계없이 Type.GetMethods 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetNestedType(String)버전에 관계없이 Type.GetNestedType 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetNestedType(String, BindingFlags)버전에 관계없이 Type.GetNestedType 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetNestedTypes()버전에 관계없이 Type.GetNestedTypes 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetNestedTypes(BindingFlags)버전에 관계없이 Type.GetNestedTypes 메서드에 액세스할 수 있는 COM 개체를 제공하고, 지정된 바인딩 제약 조건을 사용하여 현재 Type 내에 중첩된 형식을 검색합니다.
Public 메서드GetProperties()버전에 관계없이 Type.GetProperties 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperties(BindingFlags)버전에 관계없이 Type.GetProperties 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String)버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, BindingFlags)버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, Type)버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, Type[])버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, Type, Type[])버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, Type, Type[], ParameterModifier[])버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])버전에 관계없이 Type.GetProperty 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetType버전에 관계없이 Type.GetType 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드GetTypeInfo인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.
Public 메서드GetTypeInfoCount개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).
Public 메서드Invoke개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다.
Public 메서드InvokeMember(String, BindingFlags, Binder, Object, Object[])버전에 관계없이 Type.InvokeMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드InvokeMember(String, BindingFlags, Binder, Object, Object[], CultureInfo)버전에 관계없이 Type.InvokeMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])버전에 관계없이 Type.InvokeMember 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드IsAssignableFrom버전에 관계없이 Type.IsAssignableFrom 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드IsDefined버전에 관계없이 MemberInfo.IsDefined 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드IsInstanceOfType버전에 관계없이 Type.IsInstanceOfType 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드IsSubclassOf버전에 관계없이 Type.IsSubclassOf 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
Public 메서드ToString버전에 관계없이 Type.ToString 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
위쪽

이 인터페이스는 비관리 코드에서 관리되는 클래스에 액세스하는 데 사용되며 관리 코드에서 호출하면 안 됩니다.

이 인터페이스는 관리되지 않는 COM 개체가 액세스할 수 있는 System.Type 클래스 멤버의 vtable 순서를 유지합니다.

.NET Framework

4.5, 4, 3.5, 3.0, 2.0에서 지원

.NET Framework Client Profile

4, 3.5 SP1에서 지원

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008(서버 코어 역할은 지원되지 않음), Windows Server 2008 R2(서버 코어 역할은 SP1 이상에서 지원, Itanium은 지원되지 않음)

.NET Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
Microsoft는 MSDN 웹 사이트에 대한 귀하의 의견을 이해하기 위해 온라인 설문 조사를 진행하고 있습니다. 참여하도록 선택하시면 MSDN 웹 사이트에서 나가실 때 온라인 설문 조사가 표시됩니다.

참여하시겠습니까?
© 2013 Microsoft. All rights reserved.