| Name | Description |
---|
 | AddHostType(Type) |
Exposes a host type to script code with a default name.
|
 | AddHostType(HostItemFlags, Type) |
Exposes a host type to script code with a default name and the specified options.
|
 | AddHostType(String, Type) |
Exposes a host type to script code.
|
 | AddHostType(String, HostItemFlags, Type) |
Exposes a host type to script code with the specified options.
|
 | AddHostType(String, String, Type[]) |
Exposes a host type to script code. The type is specified by name.
|
 | AddHostType(String, HostItemFlags, String, Type[]) |
Exposes a host type to script code with the specified options. The type is specified by name.
|
 | AddHostType(String, String, String, Type[]) |
Exposes a host type to script code. The type is specified by type name and assembly name.
|
 | AddHostType(String, HostItemFlags, String, String, Type[]) |
Exposes a host type to script code with the specified options. The type is specified by
type name and assembly name.
|