C# Class System.LocalDataStoreMgr

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AllocateDataSlot ( ) : LocalDataStoreSlot
AllocateNamedDataSlot ( String name ) : LocalDataStoreSlot
CreateLocalDataStore ( ) : LocalDataStore
DeleteLocalDataStore ( LocalDataStore store ) : void
FreeNamedDataSlot ( String name ) : void
GetNamedDataSlot ( String name ) : LocalDataStoreSlot
ValidateSlot ( LocalDataStoreSlot slot ) : void

Private Methods

Method Description
FreeDataSlot ( int slot ) : void
GetSlotTableLength ( ) : int

Method Details

AllocateDataSlot() public method

public AllocateDataSlot ( ) : LocalDataStoreSlot
return LocalDataStoreSlot

AllocateNamedDataSlot() public method

public AllocateNamedDataSlot ( String name ) : LocalDataStoreSlot
name String
return LocalDataStoreSlot

CreateLocalDataStore() public method

public CreateLocalDataStore ( ) : LocalDataStore
return LocalDataStore

DeleteLocalDataStore() public method

public DeleteLocalDataStore ( LocalDataStore store ) : void
store LocalDataStore
return void

FreeNamedDataSlot() public method

public FreeNamedDataSlot ( String name ) : void
name String
return void

GetNamedDataSlot() public method

public GetNamedDataSlot ( String name ) : LocalDataStoreSlot
name String
return LocalDataStoreSlot

ValidateSlot() public method

public ValidateSlot ( LocalDataStoreSlot slot ) : void
slot LocalDataStoreSlot
return void