Looks up a named data slot.
[Visual Basic] Public Shared Function GetNamedDataSlot( _ ByVal name As String _ ) As LocalDataStoreSlot [C#] public static LocalDataStoreSlot GetNamedDataSlot( string name ); [C++] public: static LocalDataStoreSlot* GetNamedDataSlot( String* name ); [JScript] public static function GetNamedDataSlot( name : String ) : LocalDataStoreSlot;
If the name has not been used, a new slot is allocated. Named data slots are "public" and can be manipulated by anyone.