Show / Hide Table of Contents

Class ImportDescriptor

The import descriptors for a WebAssembly module describe the type of each import, iits name and the module name it belongs to.

Inheritance
System.Object
WasmerNativeHandle
ImportDescriptor
Inherited Members
WasmerNativeHandle.Dispose()
WasmerNativeHandle.LastError
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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX