GrapeCity ActiveReports for .NET 16.0J
GetStream(String) メソッド

GrapeCity.ActiveReports.Tools 名前空間 > EmbeddedResourceManager クラス > GetStream メソッド : GetStream(String) メソッド
The name of a resource.
Returns an unmanaged memory stream object from the specified resource.
シンタックス
'宣言
 
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.
例外
例外解説
The value of the specified resource is not a System.IO.MemoryStream object.
name is null 参照 (Visual Basicでは Nothing).
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.
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.
参照

EmbeddedResourceManager クラス
EmbeddedResourceManager メンバ
オーバーロード一覧