IgnoreType Method

Glimpse API

ReflectionDiscoverableCollection T  IgnoreType Method Glimpse API Documentation
Ignores the type.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public void IgnoreType(
	Type type
)
public void IgnoreType(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type.

Implements

IDiscoverableCollection T  IgnoreType(Type)
See Also