AssemblyLoadContext.ContextualReflectionScope.Dispose 方法
定义
将 CurrentContextualReflectionContext 设置为返回此实例的 EnterContextualReflection() 调用前面的值。Sets CurrentContextualReflectionContext to the value preceding the call to EnterContextualReflection() which returned this instance.
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()