C# 클래스 System.LocalDataStoreMgr

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
AllocateDataSlot ( ) : LocalDataStoreSlot
AllocateNamedDataSlot ( String name ) : LocalDataStoreSlot
CreateLocalDataStore ( ) : LocalDataStore
DeleteLocalDataStore ( LocalDataStore store ) : void
FreeNamedDataSlot ( String name ) : void
GetNamedDataSlot ( String name ) : LocalDataStoreSlot
ValidateSlot ( LocalDataStoreSlot slot ) : void

비공개 메소드들

메소드 설명
FreeDataSlot ( int slot ) : void
GetSlotTableLength ( ) : int

메소드 상세

AllocateDataSlot() 공개 메소드

public AllocateDataSlot ( ) : LocalDataStoreSlot
리턴 LocalDataStoreSlot

AllocateNamedDataSlot() 공개 메소드

public AllocateNamedDataSlot ( String name ) : LocalDataStoreSlot
name String
리턴 LocalDataStoreSlot

CreateLocalDataStore() 공개 메소드

public CreateLocalDataStore ( ) : LocalDataStore
리턴 LocalDataStore

DeleteLocalDataStore() 공개 메소드

public DeleteLocalDataStore ( LocalDataStore store ) : void
store LocalDataStore
리턴 void

FreeNamedDataSlot() 공개 메소드

public FreeNamedDataSlot ( String name ) : void
name String
리턴 void

GetNamedDataSlot() 공개 메소드

public GetNamedDataSlot ( String name ) : LocalDataStoreSlot
name String
리턴 LocalDataStoreSlot

ValidateSlot() 공개 메소드

public ValidateSlot ( LocalDataStoreSlot slot ) : void
slot LocalDataStoreSlot
리턴 void