Class ImportDescriptor
The import descriptors for a WebAssembly module describe the type of each import, iits name and the module name it belongs to.
Namespace: WasmerSharp
Assembly: WasmerSharp.dll
Syntax
public class ImportDescriptor : WasmerSharp.WasmerNativeHandle
Properties
DescriptorKind
Returns the descriptor kind
Declaration
public WasmerSharp.ImportExportKind DescriptorKind { get; }
Property Value
Type | Description |
---|---|
ImportExportKind | To be added. |
ModuleName
Gets module name for the import descriptor
Declaration
public string ModuleName { get; }
Property Value
Type | Description |
---|---|
System.String | To be added. |
Name
Gets name for the import descriptor
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | To be added. |