pub struct CSharpRuntimeCoverage;Implementations§
Source§impl CSharpRuntimeCoverage
impl CSharpRuntimeCoverage
pub fn new() -> Self
Sourcepub fn attach_and_collect(
&self,
pid: u32,
) -> Result<RuntimeCoverageResult, String>
pub fn attach_and_collect( &self, pid: u32, ) -> Result<RuntimeCoverageResult, String>
Attach coverage to a running .NET process
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSharpRuntimeCoverage
impl RefUnwindSafe for CSharpRuntimeCoverage
impl Send for CSharpRuntimeCoverage
impl Sync for CSharpRuntimeCoverage
impl Unpin for CSharpRuntimeCoverage
impl UnwindSafe for CSharpRuntimeCoverage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more