FarPoint.Win アセンブリ > FarPoint.Win.DPISupporting 名前空間 > DPIUtils クラス : GetStream メソッド |
'Declaration Public Shared Function GetStream( _ ByVal assembly As Assembly, _ ByVal resourcePath As String _ ) As Stream
'使用法 Dim assembly As Assembly Dim resourcePath As String Dim value As Stream value = DPIUtils.GetStream(assembly, resourcePath)
public static Stream GetStream( Assembly assembly, string resourcePath )