Table of Contents

Constructor TypeHostItem

Namespace
Alternet.Common.TypeScript.HostObjects
Assembly
Alternet.Common.TypeScript.v9.dll

TypeHostItem(string, Type, HostItemOptions)

public TypeHostItem(string name, Type type, HostItemOptions options = HostItemOptions.None)

Parameters

name string
type Type
options HostItemOptions

TypeHostItem(string, string, HostItemOptions)

public TypeHostItem(string name, string typeName, HostItemOptions options = HostItemOptions.GlobalMembers)

Parameters

name string
typeName string
options HostItemOptions