'宣言
Public Overloads Function GetStream( _ ByVal name As String, _ ByVal culture As CultureInfo _ ) As UnmanagedMemoryStream
public UnmanagedMemoryStream GetStream( string name, CultureInfo culture )
パラメータ
- name
- The name of a resource.
- culture
- An object that specifies the culture to use for the resource lookup. If culture is null 参照 (Visual Basicでは Nothing), the culture for the current thread is used.
戻り値の型
An unmanaged memory stream object that represents a resource.