IOSTypeStructureLoader.CanLoad

IOSTypeStructureLoader.CanLoad method

Determines whether OSTypeStructure resource can be loaded from the specified StreamContainer.

public bool CanLoad(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

Return Value

true if OSTypeStructure resource can be loaded from the specified StreamContainer; otherwise, false.

See Also