ObjectContainerBase.

ShowInternalClasses(bool) Method

Summary

Objects implementing the "Internal4" marker interface are not visible to queries, unless this flag is set to true.

Syntax

public virtual void ShowInternalClasses(bool show)

Remarks

Objects implementing the "Internal4" marker interface are not visible to queries, unless this flag is set to true. The caller should reset the flag after the call.

Parameters

Name Type Description
show bool

Return Value

Type Description
void