Type Property 型プロパティ

unsafeArgv

Access to the raw argv value from C. Accessing the argument vector through this pointer is unsafe. 生のargv値にCからアクセスします。引数ベクトルにこのポインタを通してアクセスすることは安全ではありません。

Declaration 宣言

static var unsafeArgv: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?> { get }

See Also 参照

Accessing Raw Argument Data 生の引数データにアクセスする