ResXManagerCreate Method
Creates the .NET managed resource file.
Namespace: DevCase.Core.Application.ResourcesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Create(
bool overwrite = false
)
Public Overridable Sub Create (
Optional overwrite As Boolean = false
)
Dim instance As ResXManager
Dim overwrite As Boolean
instance.Create(overwrite)
public:
virtual void Create(
bool overwrite = false
)
abstract Create :
?overwrite : bool
(* Defaults:
let _overwrite = defaultArg overwrite false
*)
-> unit
override Create :
?overwrite : bool
(* Defaults:
let _overwrite = defaultArg overwrite false
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- overwrite Boolean (Optional)
-
If set to , overwrites any existent file.
IOException
|
Resource file already exists.
|