DkmClrCustomTypeInfo.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(Guid, ReadOnlyCollection<Byte>)

Yeni bir Dkmclrcustomtypeınfo nesne örneği oluşturun.

         Bu API, Visual Studio 14 RTM (DkmApiVersion. VS14RTM) içinde tanıtılmıştır.
Create(Guid, ReadOnlyCollection<Byte>, ReadOnlyCollection<DkmClrType>, ReadOnlyCollection<DkmClrType>)

Yeni bir Dkmclrcustomtypeınfo nesne örneği oluşturun.

         Bu API, Visual Studio 14 güncelleştirme 2 ' de (DkmApiVersion. VS14Update2) tanıtılmıştır.

Create(Guid, ReadOnlyCollection<Byte>)

Yeni bir Dkmclrcustomtypeınfo nesne örneği oluşturun.

         Bu API, Visual Studio 14 RTM (DkmApiVersion. VS14RTM) içinde tanıtılmıştır.
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrCustomTypeInfo ^ Create(Guid PayloadTypeId, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Payload);
public static Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo Create (Guid PayloadTypeId, System.Collections.ObjectModel.ReadOnlyCollection<byte> Payload);
static member Create : Guid * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo
Public Shared Function Create (PayloadTypeId As Guid, Payload As ReadOnlyCollection(Of Byte)) As DkmClrCustomTypeInfo

Parametreler

PayloadTypeId
Guid

'Ndaki Bu GUID, yükün türünü tanımlamak için kullanılır. Bu, sonuç sağlayıcılarının farklı derleyicilerin Clrcustomtypeınfos 'yi yoksaymasına olanak tanır.

Payload
ReadOnlyCollection<Byte>

'Ndaki Verilen türün kodunu çözmek için bir sonuç sağlayıcısı tarafından kullanılacak derleyiciye özgü özel bilgiler içeren veri yükü.

Döndürülenler

DkmClrCustomTypeInfo

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır

Create(Guid, ReadOnlyCollection<Byte>, ReadOnlyCollection<DkmClrType>, ReadOnlyCollection<DkmClrType>)

Yeni bir Dkmclrcustomtypeınfo nesne örneği oluşturun.

         Bu API, Visual Studio 14 güncelleştirme 2 ' de (DkmApiVersion. VS14Update2) tanıtılmıştır.
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrCustomTypeInfo ^ Create(Guid PayloadTypeId, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Payload, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ OptionalCustomModifiers, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ RequiredCustomModifiers);
public static Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo Create (Guid PayloadTypeId, System.Collections.ObjectModel.ReadOnlyCollection<byte> Payload, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> OptionalCustomModifiers, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> RequiredCustomModifiers);
static member Create : Guid * System.Collections.ObjectModel.ReadOnlyCollection<byte> * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrCustomTypeInfo
Public Shared Function Create (PayloadTypeId As Guid, Payload As ReadOnlyCollection(Of Byte), OptionalCustomModifiers As ReadOnlyCollection(Of DkmClrType), RequiredCustomModifiers As ReadOnlyCollection(Of DkmClrType)) As DkmClrCustomTypeInfo

Parametreler

PayloadTypeId
Guid

'Ndaki Bu GUID, yükün türünü tanımlamak için kullanılır. Bu, sonuç sağlayıcılarının farklı derleyicilerin Clrcustomtypeınfos 'yi yoksaymasına olanak tanır.

Payload
ReadOnlyCollection<Byte>

'Ndaki Verilen türün kodunu çözmek için bir sonuç sağlayıcısı tarafından kullanılacak derleyiciye özgü özel bilgiler içeren veri yükü.

OptionalCustomModifiers
ReadOnlyCollection<DkmClrType>

[In, Isteğe bağlı] Bu değerin alındığı alan, yöntem veya özellik imzasında isteğe bağlı tür değiştiriciler (modopt) var.

RequiredCustomModifiers
ReadOnlyCollection<DkmClrType>

[In, Isteğe bağlı] Bu değerin alındığı alan, yöntem veya özellik imzasında gerekli tür değiştiriciler (modreq) var.

Döndürülenler

DkmClrCustomTypeInfo

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır