BinaryResourcesCopy Method |
Returns a copy of the named resource.
Namespace: VirtualRadar.ResourcesAssembly: VirtualRadar.Resources (in VirtualRadar.Resources.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static byte[] Copy(
string name
)
Public Shared Function Copy (
name As String
) As Byte()
public:
static array<unsigned char>^ Copy(
String^ name
)
static member Copy :
name : string -> byte[]
Parameters
- name
- Type: SystemString
Return Value
Type:
ByteSee Also