Skip to main content

Class ModuleExports

A set of items that can be exported by a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public sealed class ModuleExports : Dictionary<string, IExternal>, IDictionary<string, IExternal>, ICollection<KeyValuePair<string, IExternal>>, IReadOnlyDictionary<string, IExternal>, IReadOnlyCollection<KeyValuePair<string, IExternal>>, IEnumerable<KeyValuePair<string, IExternal>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IModuleExports

Inheritance: System.Object -> System.Collections.Generic.Dictionary<System.String,WaaS.Runtime.IExternal>

Implements:

Expand

System.Collections.Generic.IDictionary<System.String,WaaS.Runtime.IExternal>, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>, System.Collections.Generic.IReadOnlyDictionary<System.String,WaaS.Runtime.IExternal>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>, System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, WaaS.Runtime.IModuleExports

Implements

  • System.Collections.Generic.IDictionary<System.String,WaaS.Runtime.IExternal>
  • System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>
  • System.Collections.Generic.IReadOnlyDictionary<System.String,WaaS.Runtime.IExternal>
  • System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>
  • System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,WaaS.Runtime.IExternal>>
  • System.Collections.IDictionary
  • System.Collections.ICollection
  • System.Collections.IEnumerable
  • System.Runtime.Serialization.IDeserializationCallback
  • System.Runtime.Serialization.ISerializable
  • WaaS.Runtime.IModuleExports