FSBlockDeviceResource.CreateProxyResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CreateProxyResource(String) | |
| CreateProxyResource(String, Boolean) |
CreateProxyResource(String)
[Foundation.Export("proxyResourceForBSDName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static FSKit.FSBlockDeviceResource? CreateProxyResource(string bsdName);
[<Foundation.Export("proxyResourceForBSDName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateProxyResource : string -> FSKit.FSBlockDeviceResource
Parameters
- bsdName
- String
Returns
- Attributes
Applies to
CreateProxyResource(String, Boolean)
[Foundation.Export("proxyResourceForBSDName:isWritable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static FSKit.FSBlockDeviceResource? CreateProxyResource(string bsdName, bool isWritable);
[<Foundation.Export("proxyResourceForBSDName:isWritable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateProxyResource : string * bool -> FSKit.FSBlockDeviceResource
Parameters
- bsdName
- String
- isWritable
- Boolean
Returns
- Attributes