_Assembly.GetManifestResourceStream 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
버전에 관계없이 GetManifestResourceStream 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
오버로드
GetManifestResourceStream(Type, String) |
버전에 관계없이 GetManifestResourceStream(Type, String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetManifestResourceStream(String) |
버전에 관계없이 GetManifestResourceStream(String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetManifestResourceStream 메서드는이 어셈블리에서 지정된 된 매니페스트 리소스를 로드 합니다.
GetManifestResourceStream(Type, String)
버전에 관계없이 GetManifestResourceStream(Type, String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
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
Public Function GetManifestResourceStream (type As Type, name As String) As Stream
매개 변수
- type
- Type
해당 네임스페이스가 매니페스트 리소스 이름의 범위를 지정하는 데 사용된 형식입니다.
- name
- String
요청된 매니페스트 리소스의 이름(대/소문자 구분)입니다.
반환
이 매니페스트 리소스를 나타내는 Stream 입니다.
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetManifestResourceStream 메서드는이 어셈블리에서 지정 된 형식의 네임 스페이스에서 범위가 지정된 된 매니페스트 리소스를 로드 합니다.
추가 정보
적용 대상
GetManifestResourceStream(String)
버전에 관계없이 GetManifestResourceStream(String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
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
요청된 매니페스트 리소스의 이름(대/소문자 구분)입니다.
반환
이 매니페스트 리소스를 나타내는 Stream 입니다.
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
GetManifestResourceStream 메서드는이 어셈블리에서 지정된 된 매니페스트 리소스를 로드 합니다.
추가 정보
적용 대상
.NET