_Assembly.GetManifestResourceStream 메서드
정의
버전에 관계없이 GetManifestResourceStream 메서드에 액세스할 수 있는 COM 개체를 제공합니다.Provides COM objects with version-independent access to the GetManifestResourceStream methods.
오버로드
GetManifestResourceStream(Type, String) |
버전에 관계없이 GetManifestResourceStream(Type, String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.Provides COM objects with version-independent access to the GetManifestResourceStream(Type, String) method. |
GetManifestResourceStream(String) |
버전에 관계없이 GetManifestResourceStream(String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.Provides COM objects with version-independent access to the GetManifestResourceStream(String) method. |
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.This method is for access to managed classes from unmanaged code, and should not be called from managed code.
GetManifestResourceStream 메서드는이 어셈블리에서 지정된 된 매니페스트 리소스를 로드 합니다.The GetManifestResourceStream methods load the specified manifest resource from this assembly.
GetManifestResourceStream(Type, String)
버전에 관계없이 GetManifestResourceStream(Type, String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.Provides COM objects with version-independent access to the GetManifestResourceStream(Type, String) method.
public:
System::IO::Stream ^ GetManifestResourceStream(Type ^ type, System::String ^ name);
public System.IO.Stream GetManifestResourceStream (Type type, string name);
abstract member GetManifestResourceStream : Type * string -> System.IO.Stream
매개 변수
- type
- Type
해당 네임스페이스가 매니페스트 리소스 이름의 범위를 지정하는 데 사용된 형식입니다.The type whose namespace is used to scope the manifest resource name.
- name
- String
요청된 매니페스트 리소스의 이름(대/소문자 구분)입니다.The case-sensitive name of the manifest resource being requested.
반환
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.This method is for access to managed classes from unmanaged code, and should not be called from managed code.
GetManifestResourceStream 메서드는이 어셈블리에서 지정 된 형식의 네임 스페이스에서 범위가 지정된 된 매니페스트 리소스를 로드 합니다.The GetManifestResourceStream method loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.
추가 정보
GetManifestResourceStream(String)
버전에 관계없이 GetManifestResourceStream(String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.Provides COM objects with version-independent access to the GetManifestResourceStream(String) method.
public:
System::IO::Stream ^ GetManifestResourceStream(System::String ^ name);
public System.IO.Stream GetManifestResourceStream (string name);
abstract member GetManifestResourceStream : string -> System.IO.Stream
Public Function GetManifestResourceStream (name As String) As Stream
매개 변수
- name
- String
요청된 매니페스트 리소스의 이름(대/소문자 구분)입니다.The case-sensitive name of the manifest resource being requested.
반환
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.This method is for access to managed classes from unmanaged code, and should not be called from managed code.
GetManifestResourceStream 메서드는이 어셈블리에서 지정된 된 매니페스트 리소스를 로드 합니다.The GetManifestResourceStream method loads the specified manifest resource from this assembly.