DkmGetMethodTokensAsyncResult.Tokens Property

Definition

Array of tokens for the method.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property cli::array <int> ^ Tokens { cli::array <int> ^ get(); };
public:
 property Platform::Array <int> ^ Tokens { Platform::Array <int> ^ get(); };
public int[] Tokens { get; }
member this.Tokens : int[]
Public ReadOnly Property Tokens As Integer()

Property Value

Int32[]

Applies to