public jvmtiPhase GetPhase() { jvmtiPhase phase; ThrowOnFailure(_rawInterface.GetPhase(_env, out phase)); return(phase); }