VisualBasicSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
VisualBasicSettings() |
Initializes a new instance of the VisualBasicSettings class. |
Properties
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
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) |