Mono.Debugger.SourceLocation.OnTargetExited C# (CSharp) Method

OnTargetExited() private method

private OnTargetExited ( ) : void
return void
        internal void OnTargetExited()
        {
            dynamic = null;
        }

Usage Example

Exemplo n.º 1
0
		internal override void OnTargetExited ()
		{
			if (location != null)
				location.OnTargetExited ();
			handle = null;
		}