Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the list of binaries for an operating system other than the Windows operating system running on client computers.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
  System.Collections.Generic.Dictionary<TKey, TValue>
    Microsoft.WindowsServerSolutions.AddinInfrastructure.OtherBinariesMap
Syntax
[SerializableAttribute]
[CollectionDataContractAttribute(ItemName = "Item", KeyName = "Target", 
    ValueName = "FileName", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public sealed class OtherBinariesMap : Dictionary<string, string>
[SerializableAttribute]
[CollectionDataContractAttribute(ItemName = "Item", KeyName = "Target", 
    ValueName = "FileName", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class OtherBinariesMap sealed : Dictionary<String^, String^>
<SerializableAttribute>
<CollectionDataContractAttribute(ItemName := "Item", KeyName := "Target",
    ValueName := "FileName", Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public NotInheritable Class OtherBinariesMap
    Inherits Dictionary(Of String, String)
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | OtherBinariesMap() | Creates and initializes an instance of the OtherBinariesMap class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Comparer | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Count | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Keys | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Values | (Inherited from Dictionary<TKey, TValue>.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Clear() | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | OnDeserialization(Object) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
| .jpeg) | TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) | 
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)