Show / Hide Table of Contents

Class Import

The base class for import types.

Inheritance
System.Object
Import
FunctionImport
GlobalImport
MemoryImport
TableImport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Wasmtime.Imports
Assembly: Wasmtime.Dotnet.dll
Syntax
public abstract class Import

Properties

| Improve this Doc View Source

ModuleName

The module name of the import.

Declaration
public string ModuleName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The name of the import.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX