Edit

Share via


VisualBasicSettings Class

Definition

Contains settings that VisualBasicValue<TResult> and VisualBasicReference<TResult> instances use to compile the source text of the expressions they contain.

public ref class VisualBasicSettings
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualBasic.Activities.XamlIntegration.VisualBasicSettingsConverter))]
public class VisualBasicSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualBasic.Activities.XamlIntegration.VisualBasicSettingsConverter))>]
type VisualBasicSettings = class
Public Class VisualBasicSettings
Inheritance
VisualBasicSettings
Attributes

Remarks

These settings include assembly references and imported namespaces required to compile an expression.

Constructors

Name Description
VisualBasicSettings()

Initializes a new instance of the VisualBasicSettings class.

Properties

Name Description
Default

Gets a VisualBasicSettings that contains the default set of assembly references and imported namespaces. This set is available to all VisualBasicValue<TResult> and VisualBasicReference<TResult> instances in a given AppDomain.

ImportReferences

Gets a collection of VisualBasicImportReference objects, each of which represents an assembly reference and a namespace imported from that assembly.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to