IHostFilter Interface

Provides a method to indicate that a specified token will be processed.

Note

The IHostFilter interface must be implemented by the client.

interface IHostFilter : IUnknown {
    
    HRESULT MarkToken (
        mdToken         tk
    );
    
};

Methods

Method

Description

IHostFilter::MarkToken Method

Indicates that the specified metadata token will be processed.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Interfaces