'宣言
Public Overloads Function GetStream( _ ByVal name As String _ ) As UnmanagedMemoryStream
public UnmanagedMemoryStream GetStream( string name )
パラメータ
- name
- The name of a resource.
戻り値の型
An unmanaged memory stream object that represents a resource.
'宣言
Public Overloads Function GetStream( _ ByVal name As String _ ) As UnmanagedMemoryStream
public UnmanagedMemoryStream GetStream( string name )
例外 | 解説 |
---|---|
System.InvalidOperationException | The value of the specified resource is not a System.IO.MemoryStream object. |
System.ArgumentNullException | name is null 参照 (Visual Basicでは Nothing). |
System.Resources.MissingManifestResourceException | No usable set of resources is found, and there are no default resources. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic. |
System.Resources.MissingSatelliteAssemblyException | The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the System.Resources.ResourceManager class topic. |