StringCollection Class
Defines a collection of string values.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[ComVisibleAttribute(true)] [GuidAttribute("59fea435-088a-4459-be0e-9d081a673317")] [ClassInterfaceAttribute(ClassInterfaceType.None)] public class StringCollection : SchedulerCollection<string>, IStringCollection, ISchedulerCollection, ICollection, ICollection<string>, IEnumerable<string>, IEnumerable
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("59fea435-088a-4459-be0e-9d081a673317") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class StringCollection extends SchedulerCollection<String> implements IStringCollection, ISchedulerCollection,
ICollection, ICollection<String>, IEnumerable<String>,
IEnumerable
ComVisibleAttribute(true) GuidAttribute("59fea435-088a-4459-be0e-9d081a673317") ClassInterfaceAttribute(ClassInterfaceType.None) public class StringCollection extends SchedulerCollection<String> implements IStringCollection, ISchedulerCollection, ICollection, ICollection<String>, IEnumerable<String>, IEnumerable
Do not use this class. Instead use the IStringCollection interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: