LinkedResource Constructor
.NET Framework (current version)
Initializes a new instance of LinkedResource.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | LinkedResource(Stream^) | Initializes a new instance of LinkedResource using the supplied Stream. |
![]() | LinkedResource(Stream^, ContentType^) | Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType. |
![]() | LinkedResource(Stream^, String^) | Initializes a new instance of LinkedResource with the specified Stream and media type. |
![]() | LinkedResource(String^) | Initializes a new instance of LinkedResource using the specified file name. |
![]() | LinkedResource(String^, ContentType^) | Initializes a new instance of LinkedResource with the specified file name and content type. |
![]() | LinkedResource(String^, String^) | Initializes a new instance of LinkedResource with the specified file name and media type. |
Show:
