Marshal.GetTypeInfoName 메서드

정의

ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.

오버로드

GetTypeInfoName(UCOMITypeInfo)
사용되지 않음.

ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.

GetTypeInfoName(ITypeInfo)

ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.

GetTypeInfoName(UCOMITypeInfo)

주의

Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.

ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.

public:
 static System::String ^ GetTypeInfoName(System::Runtime::InteropServices::UCOMITypeInfo ^ pTI);
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
[System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)]
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
[System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)]
[System.Security.SecurityCritical]
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
[<System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)>]
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
[<System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)>]
[<System.Security.SecurityCritical>]
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
Public Shared Function GetTypeInfoName (pTI As UCOMITypeInfo) As String

매개 변수

pTI
UCOMITypeInfo

ITypeInfo 포인터를 나타내는 개체입니다.

반환

pTI 매개 변수가 가리키는 형식의 이름입니다.

특성

설명

메서드를 호출 UCOMITypeInfo.GetDocumentation 하고 첫 번째 매개 변수에 대해 -1을 ITypeInfo 전달하여 개체가 나타내는 형식의 이름을 검색할 수도 있습니다.

추가 정보

적용 대상

GetTypeInfoName(ITypeInfo)

Source:
Marshal.NoCom.cs
Source:
Marshal.NoCom.cs
Source:
Marshal.NoCom.cs

ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.

public:
 static System::String ^ GetTypeInfoName(System::Runtime::InteropServices::ComTypes::ITypeInfo ^ typeInfo);
[System.Security.SecurityCritical]
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
[<System.Security.SecurityCritical>]
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
Public Shared Function GetTypeInfoName (typeInfo As ITypeInfo) As String

매개 변수

typeInfo
ITypeInfo

ITypeInfo 포인터를 나타내는 개체입니다.

반환

typeInfo 매개 변수가 가리키는 형식의 이름입니다.

특성

예외

typeInfo 매개 변수가 null인 경우

설명

메서드를 호출 UCOMITypeInfo.GetDocumentation 하고 첫 번째 매개 변수에 대해 -1을 ITypeInfo 전달하여 가 나타내는 형식의 이름을 검색할 수도 있습니다.

추가 정보

적용 대상