OSTypeStructuresRegistry.LoadResourceByFirstSupportedDescriptor

OSTypeStructuresRegistry.LoadResourceByFirstSupportedDescriptor method

Loads OSTypeStructure using first found opener suitable for the specified stream.

public static OSTypeStructure LoadResourceByFirstSupportedDescriptor(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Return Value

The loaded LayerResource or null if no opener is found.

Remarks

The first opener will be actually the last registered.

See Also