Context.AllocateDataSlot メソッド

定義

名前のないデータ スロットを割り当てます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static LocalDataStoreSlot ^ AllocateDataSlot();
public static LocalDataStoreSlot AllocateDataSlot ();
[System.Security.SecurityCritical]
public static LocalDataStoreSlot AllocateDataSlot ();
static member AllocateDataSlot : unit -> LocalDataStoreSlot
[<System.Security.SecurityCritical>]
static member AllocateDataSlot : unit -> LocalDataStoreSlot
Public Shared Function AllocateDataSlot () As LocalDataStoreSlot

戻り値

ローカル データ スロット。

属性

注釈

スロットはすべてのコンテキストで割り当てられます。

適用対象