OSTypeStructuresRegistry.GetFirstSupportedDescriptor

OSTypeStructuresRegistry.GetFirstSupportedDescriptor method

Gets the first supported opener descriptor.

public static IOSTypeStructureLoader GetFirstSupportedDescriptor(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Return Value

The layer resource loader descriptor or null if no loader descriptor supported for such stream.

Remarks

The first loader will be actually the last registered.

See Also