ILGenerator.UsingNamespace(String) Method
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.
Specifies the namespace to be used in evaluating locals and watches for the current active lexical scope.
public:
virtual void UsingNamespace(System::String ^ usingNamespace);
public:
abstract void UsingNamespace(System::String ^ usingNamespace);
public:
void UsingNamespace(System::String ^ usingNamespace);
public virtual void UsingNamespace (string usingNamespace);
public abstract void UsingNamespace (string usingNamespace);
public void UsingNamespace (string usingNamespace);
abstract member UsingNamespace : string -> unit
override this.UsingNamespace : string -> unit
abstract member UsingNamespace : string -> unit
member this.UsingNamespace : string -> unit
Public Overridable Sub UsingNamespace (usingNamespace As String)
Public MustOverride Sub UsingNamespace (usingNamespace As String)
Public Sub UsingNamespace (usingNamespace As String)
Parameters
- usingNamespace
- String
The namespace to be used in evaluating locals and watches for the current active lexical scope.
Exceptions
Length of usingNamespace
is zero.
usingNamespace
is null
.
This ILGenerator belongs to a DynamicMethod.
Remarks
If the current ILGenerator is associated with a DynamicMethod object, this method is not supported.