Struct amsi::AmsiContext[][src]

pub struct AmsiContext { /* fields omitted */ }

A Context that can be used for scanning payloads.

Methods

impl AmsiContext
[src]

Creates a new AMSI context.

Parameters

  • app_name - name, version or GUID of the application using AMSI API.

Creates a scan session from the current context.

Trait Implementations

impl Debug for AmsiContext
[src]

Formats the value using the given formatter. Read more

impl Drop for AmsiContext
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for AmsiContext

impl !Sync for AmsiContext