VisualBasicImportReference Class

Definition

Represents an assembly reference and the namespace imported from that assembly.

public ref class VisualBasicImportReference : IEquatable<Microsoft::VisualBasic::Activities::VisualBasicImportReference ^>
public class VisualBasicImportReference : IEquatable<Microsoft.VisualBasic.Activities.VisualBasicImportReference>
type VisualBasicImportReference = class
    interface IEquatable<VisualBasicImportReference>
Public Class VisualBasicImportReference
Implements IEquatable(Of VisualBasicImportReference)
Inheritance
VisualBasicImportReference
Implements

Remarks

This class is used by VisualBasicValue<TResult> and VisualBasicReference<TResult> to provide assembly references and namespaces required for expression compilation.

Constructors

VisualBasicImportReference()

Initializes a new instance of the VisualBasicImportReference class.

Properties

Assembly

Gets or sets the full name of the assembly referenced by this VisualBasicImportReference.

Import

Gets or sets the imported namespace referenced by this VisualBasicImportReference.

Methods

Equals(Object)

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

(Inherited from Object)
Equals(VisualBasicImportReference)

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

GetHashCode()

Returns the hash code for the VisualBasicImportReference instance.

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