Class Import
The base class for import types.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public abstract class Import : object
Properties
| Improve this Doc View SourceModuleName
The module name of the import.
Declaration
public string ModuleName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the import.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |