DkmGetMethodSymbolStoreDataPreRemapAsyncResult Oluşturucu

Tanım

Başarılı bir DkmModule. GetMethodSymbolStoreDataPreRemap çağrısından gelen çıktıyı tutacak yeni bir sonuç yapısı oluşturur.

public:
 DkmGetMethodSymbolStoreDataPreRemapAsyncResult(int RemapToken, cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes);
 DkmGetMethodSymbolStoreDataPreRemapAsyncResult(int RemapToken, std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> const & Scopes);
public DkmGetMethodSymbolStoreDataPreRemapAsyncResult (int RemapToken, Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataPreRemapAsyncResult : int * Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataPreRemapAsyncResult
Public Sub New (RemapToken As Integer, Scopes As DkmClrMethodScopeData())

Parametreler

RemapToken
Int32

'Ndaki Yeniden eşledikten sonra yöntem belirteci.

Scopes
DkmClrMethodScopeData[]

'Ndaki DkmClrMethodScopeData [] bir metot içindeki kapsamı tanımlar. Bunlar ıstreamunmanagedwriter:: OpenScope/CloseScope kullanılarak tanımlanmıştır.

Şunlara uygulanır